Html Css Color HEX #8F11BB Dark Violet

📋 copy color: '#8F11BB'

red 143 ◦ green 17 ◦ blue 187

#8F11BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8F11BB

Tints of Dark Violet #8F11BB

RGB

 RED value IS 143 (56.25% from 255) = 41.21%

 GREEN value IS 17 (7.03% from 255) = 4.9%

 BLUE value IS 187 (73.44% from 255) = 53.89%

R = 41.21%
G = 4.9%
B = 53.89%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8F11BB (or 0x8F11BB) is known color: Dark Violet. HEX triplet: 8F, 11 and BB. RGB value is (143,17,187). Sum of RGB (Red+Green+Blue) = 143+17+187=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F11BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F11BB is #70EE44. Grayscale: #494949. Windows color (decimal): -7401029 or 12259727. OLE color: 12259727.

HSL color Cylindrical-coordinate representation of color #8F11BB: hue angle of 284.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F11BB is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 17 187 -
CMYK 0.24 0.91 0 0.27
HSL 284.47º 0.83% 0.4% -
HSV(B) 284.47º 0.91% 0.73% -
XYZ 20.5 9.83 47.83 -
YUV 74.05 191.74 177.18 -
System Red Green Blue C M Y K H S L
Decimal 143 17 187 0.24 0.91 0 0.27 284.47 0.83 0.4
Hex 8F 11 BB 18 5B 0 1B 11C 53 28
Octal 217 21 273 30 133 0 33 434 123 50
Binary 10001111 10001 10111011 11000 1011011 0 11011 100011100 1010011 101000

Color Harmonies of #8F11BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F11BB

Black with #8F11BB

Text Example


Text Example

White with #8F11BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F11BB; }

 p { color: rgb(143,17,187); }

 H1.HeaderClassName
 {
   color: #8F11BB;
 }
 .AnyTagClassName
 {
   color: #8F11BB;
 }
</style>

background-color css

<style>
 a { background-color: #8F11BB; }

 a { background-color: rgb(143,17,187); }

 div.DivClassName
 {
   background-color: #8F11BB;
 }
 .BgClassName
 {
   background-color: #8F11BB;
 }
</style>

border-color css

<style>
 span { border-color: #8F11BB; }

 span { border-color: rgb(143,17,187); }

 td.TdClassName
 {
   border-color: #8F11BB;
 }
 .TagClassName
 {
   border-color: #8F11BB;
 }
</style>