#8f0bcc

Color #8F0BCC Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8F0BCC

Tints of Dark Violet #8F0BCC

Color information

#8F0BCC (or 0x8F0BCC) is unknown color: approx 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

RGB14311204-
CMYK0.300.9500.2
HSL281.04º89.77%42.16%-
HSV(B)281.04º94.61%80%-
XYZ22.3510.4457.96-
YUV72.47202.23178.31-

RGB Variations

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

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 (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal143112040.300.9500.2281.0489.7742.16
Hex8FBCC1E5F0141195a2a
Octal217133143613702443113252
Binary100011111011110011001111010111110101001000110011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f0bcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>