Shades of Dark Violet #8B08CB
Tints of Dark Violet #8B08CB
RGB
CMYK
RGB Variations
Color information
#8B08CB (or 0x8B08CB) is known color: Dark Violet. HEX triplet: 8B, 08 and CB. RGB value is (139,8,203). Sum of RGB (Red+Green+Blue) = 139+8+203=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B08CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B08CB is #74F734. Grayscale: #444444. Windows color (decimal): -7665461 or 13305995. OLE color: 13305995.
HSL color Cylindrical-coordinate representation of color #8B08CB: hue angle of 280.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B08CB is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 8 | 203 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.20 |
| HSL | 280.31º | 0.92% | 0.41% | - |
| HSV(B) | 280.31º | 0.96% | 0.8% | - |
| XYZ | 21.51 | 9.97 | 57.29 | - |
| YUV | 69.4 | 203.4 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 203 | 0.32 | 0.96 | 0 | 0.20 | 280.31 | 0.92 | 0.41 |
| Hex | 8B | 8 | CB | 20 | 60 | 0 | 14 | 118 | 5C | 29 |
| Octal | 213 | 10 | 313 | 40 | 140 | 0 | 24 | 430 | 134 | 51 |
| Binary | 10001011 | 1000 | 11001011 | 100000 | 1100000 | 0 | 10100 | 100011000 | 1011100 | 101001 |
Color Harmonies of #8B08CB
Complementary color
Monochromatic Colors of #8B08CB
Black with #8B08CB
Text Example
Text Example
White with #8B08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B08CB; }
p { color: rgb(139,8,203); }
H1.HeaderClassName
{
color: #8B08CB;
}
.AnyTagClassName
{
color: #8B08CB;
}
</style>
background-color css
<style>
a { background-color: #8B08CB; }
a { background-color: rgb(139,8,203); }
div.DivClassName
{
background-color: #8B08CB;
}
.BgClassName
{
background-color: #8B08CB;
}
</style>
border-color css
<style>
span { border-color: #8B08CB; }
span { border-color: rgb(139,8,203); }
td.TdClassName
{
border-color: #8B08CB;
}
.TagClassName
{
border-color: #8B08CB;
}
</style>