Html Css Color HEX #8F0BCC Dark Violet

📋 copy color: '#8F0BCC'

red 143 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #8F0BCC

Tints of Dark Violet #8F0BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.07%

 BLUE value IS 204 (80.08% from 255) = 56.98%

R = 39.94%
G = 3.07%
B = 56.98%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F0BCC (or 0x8F0BCC) is known color: Dark Violet. HEX triplet: 8F, 0B and CC. RGB value is (143,11,204). Sum of RGB (Red+Green+Blue) = 143+11+204=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F0BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BCC is #70F433. Grayscale: #474747. Windows color (decimal): -7402548 or 13372303. OLE color: 13372303.

HSL color Cylindrical-coordinate representation of color #8F0BCC: hue angle of 281.04º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0BCC is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 11 204 -
CMYK 0.30 0.95 0 0.2
HSL 281.04º 0.9% 0.42% -
HSV(B) 281.04º 0.95% 0.8% -
XYZ 22.35 10.44 57.96 -
YUV 72.47 202.23 178.31 -
System Red Green Blue C M Y K H S L
Decimal 143 11 204 0.30 0.95 0 0.2 281.04 0.9 0.42
Hex 8F B CC 1E 5F 0 14 119 5A 2A
Octal 217 13 314 36 137 0 24 431 132 52
Binary 10001111 1011 11001100 11110 1011111 0 10100 100011001 1011010 101010

Color Harmonies of #8F0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0BCC

Black with #8F0BCC

Text Example


Text Example

White with #8F0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,11,204); }

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

background-color css

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

 a { background-color: rgb(143,11,204); }

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

border-color css

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

 span { border-color: rgb(143,11,204); }

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