Shades of Dark Violet #8B02CC
Tints of Dark Violet #8B02CC
RGB
CMYK
RGB Variations
Color information
#8B02CC (or 0x8B02CC) is known color: Dark Violet. HEX triplet: 8B, 02 and CC. RGB value is (139,2,204). Sum of RGB (Red+Green+Blue) = 139+2+204=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B02CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B02CC is #74FD33. Grayscale: #414141. Windows color (decimal): -7666996 or 13369995. OLE color: 13369995.
HSL color Cylindrical-coordinate representation of color #8B02CC: hue angle of 280.69º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B02CC is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 2 | 204 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.2 |
| HSL | 280.69º | 0.98% | 0.4% | - |
| HSV(B) | 280.69º | 0.99% | 0.8% | - |
| XYZ | 21.57 | 9.89 | 57.9 | - |
| YUV | 65.99 | 205.89 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 204 | 0.32 | 0.99 | 0 | 0.2 | 280.69 | 0.98 | 0.4 |
| Hex | 8B | 2 | CC | 20 | 63 | 0 | 14 | 119 | 62 | 28 |
| Octal | 213 | 2 | 314 | 40 | 143 | 0 | 24 | 431 | 142 | 50 |
| Binary | 10001011 | 10 | 11001100 | 100000 | 1100011 | 0 | 10100 | 100011001 | 1100010 | 101000 |
Color Harmonies of #8B02CC
Complementary color
Monochromatic Colors of #8B02CC
Black with #8B02CC
Text Example
Text Example
White with #8B02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B02CC; }
p { color: rgb(139,2,204); }
H1.HeaderClassName
{
color: #8B02CC;
}
.AnyTagClassName
{
color: #8B02CC;
}
</style>
background-color css
<style>
a { background-color: #8B02CC; }
a { background-color: rgb(139,2,204); }
div.DivClassName
{
background-color: #8B02CC;
}
.BgClassName
{
background-color: #8B02CC;
}
</style>
border-color css
<style>
span { border-color: #8B02CC; }
span { border-color: rgb(139,2,204); }
td.TdClassName
{
border-color: #8B02CC;
}
.TagClassName
{
border-color: #8B02CC;
}
</style>