Shades of Dark Violet #8B04CF
Tints of Dark Violet #8B04CF
RGB
CMYK
RGB Variations
Color information
#8B04CF (or 0x8B04CF) is known color: Dark Violet. HEX triplet: 8B, 04 and CF. RGB value is (139,4,207). Sum of RGB (Red+Green+Blue) = 139+4+207=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B04CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B04CF is #74FB30. Grayscale: #424242. Windows color (decimal): -7666481 or 13567115. OLE color: 13567115.
HSL color Cylindrical-coordinate representation of color #8B04CF: hue angle of 279.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B04CF is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 4 | 207 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.19 |
| HSL | 279.9º | 0.96% | 0.41% | - |
| HSV(B) | 279.9º | 0.98% | 0.81% | - |
| XYZ | 21.95 | 10.08 | 59.82 | - |
| YUV | 67.51 | 206.73 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 207 | 0.33 | 0.98 | 0 | 0.19 | 279.9 | 0.96 | 0.41 |
| Hex | 8B | 4 | CF | 21 | 62 | 0 | 13 | 118 | 60 | 29 |
| Octal | 213 | 4 | 317 | 41 | 142 | 0 | 23 | 430 | 140 | 51 |
| Binary | 10001011 | 100 | 11001111 | 100001 | 1100010 | 0 | 10011 | 100011000 | 1100000 | 101001 |
Color Harmonies of #8B04CF
Complementary color
Monochromatic Colors of #8B04CF
Black with #8B04CF
Text Example
Text Example
White with #8B04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B04CF; }
p { color: rgb(139,4,207); }
H1.HeaderClassName
{
color: #8B04CF;
}
.AnyTagClassName
{
color: #8B04CF;
}
</style>
background-color css
<style>
a { background-color: #8B04CF; }
a { background-color: rgb(139,4,207); }
div.DivClassName
{
background-color: #8B04CF;
}
.BgClassName
{
background-color: #8B04CF;
}
</style>
border-color css
<style>
span { border-color: #8B04CF; }
span { border-color: rgb(139,4,207); }
td.TdClassName
{
border-color: #8B04CF;
}
.TagClassName
{
border-color: #8B04CF;
}
</style>