Shades of Dark Violet #8B00CE
Tints of Dark Violet #8B00CE
RGB
CMYK
RGB Variations
Color information
#8B00CE (or 0x8B00CE) is known color: Dark Violet. HEX triplet: 8B, 00 and CE. RGB value is (139,0,206). Sum of RGB (Red+Green+Blue) = 139+0+206=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B00CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B00CE is #74FF31. Grayscale: #404040. Windows color (decimal): -7667506 or 13500555. OLE color: 13500555.
HSL color Cylindrical-coordinate representation of color #8B00CE: hue angle of 280.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B00CE is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 0 | 206 | - |
| CMYK | 0.33 | 1 | 0 | 0.19 |
| HSL | 280.49º | 1% | 0.4% | - |
| HSV(B) | 280.49º | 1% | 0.81% | - |
| XYZ | 21.79 | 9.95 | 59.16 | - |
| YUV | 65.05 | 207.55 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 206 | 0.33 | 1 | 0 | 0.19 | 280.49 | 1 | 0.4 |
| Hex | 8B | 0 | CE | 21 | 64 | 0 | 13 | 118 | 64 | 28 |
| Octal | 213 | 0 | 316 | 41 | 144 | 0 | 23 | 430 | 144 | 50 |
| Binary | 10001011 | 0 | 11001110 | 100001 | 1100100 | 0 | 10011 | 100011000 | 1100100 | 101000 |
Color Harmonies of #8B00CE
Complementary color
Monochromatic Colors of #8B00CE
Black with #8B00CE
Text Example
Text Example
White with #8B00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B00CE; }
p { color: rgb(139,0,206); }
H1.HeaderClassName
{
color: #8B00CE;
}
.AnyTagClassName
{
color: #8B00CE;
}
</style>
background-color css
<style>
a { background-color: #8B00CE; }
a { background-color: rgb(139,0,206); }
div.DivClassName
{
background-color: #8B00CE;
}
.BgClassName
{
background-color: #8B00CE;
}
</style>
border-color css
<style>
span { border-color: #8B00CE; }
span { border-color: rgb(139,0,206); }
td.TdClassName
{
border-color: #8B00CE;
}
.TagClassName
{
border-color: #8B00CE;
}
</style>