#8B0CE6

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

Shades of Dark Violet #8B0CE6

Tints of Dark Violet #8B0CE6

Color information

#8B0CE6 (or 0x8B0CE6) is unknown color: approx Dark Violet. HEX triplet: 8B, 0C and E6. RGB value is (139,12,230). Sum of RGB (Red+Green+Blue) = 139+12+230=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 230 (90.23% from 255 or 60.37% from 381); Max value from RGB is 230 - color contains mainly: blue. Hex color #8B0CE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B0CE6 is #74F319. Grayscale: #4A4A4A. Windows color (decimal): -7664410 or 15076491. OLE color: 15076491.

HSL color Cylindrical-coordinate representation of color #8B0CE6: hue angle of 274.95º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0CE6 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13912230-
CMYK0.400.9500.10
HSL274.95º90.08%47.45%-
HSV(B)274.95º94.78%90.2%-
XYZ25.0611.4775.75-
YUV74.82215.58173.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.48%
GREEN value IS 12 (5.08% from 255) = 3.15%
BLUE value IS 230 (90.23% from 255) = 60.37%
R=36.48%
G=3.15%
B=60.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal139122300.400.9500.10274.9590.0847.45
Hex8BCE6285F0A1135a2f
Octal213143465013701242313257
Binary100010111100111001101010001011111010101000100111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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