#8B0CC9

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

Shades of Dark Violet #8B0CC9

Tints of Dark Violet #8B0CC9

Color information

#8B0CC9 (or 0x8B0CC9) is unknown color: approx Dark Violet. HEX triplet: 8B, 0C and C9. RGB value is (139,12,201). Sum of RGB (Red+Green+Blue) = 139+12+201=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B0CC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0CC9 is #74F336. Grayscale: #464646. Windows color (decimal): -7664439 or 13175947. OLE color: 13175947.

HSL color Cylindrical-coordinate representation of color #8B0CC9: hue angle of 280.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0CC9 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13912201-
CMYK0.310.9400.21
HSL280.32º88.73%41.76%-
HSV(B)280.32º94.03%78.82%-
XYZ21.329.9756.06-
YUV71.52201.08176.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.49%
GREEN value IS 12 (5.08% from 255) = 3.41%
BLUE value IS 201 (78.91% from 255) = 57.10%
R=39.49%
G=3.41%
B=57.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139122010.310.9400.21280.3288.7341.76
Hex8BCC91F5E015118592a
Octal213143113713602543013152
Binary100010111100110010011111110111100101011000110001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,12,201); }

 H1.HeaderClassName
 {
   color: #8B0CC9;
 }
 .AnyTagClassName
 {
   color: #8B0CC9;
 }
</style>
background-color css

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

 a { background-color: rgb(139,12,201); }

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

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

 span { border-color: rgb(139,12,201); }

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