Shades of Dark Violet #8B18CB
Tints of Dark Violet #8B18CB
RGB
CMYK
RGB Variations
Color information
#8B18CB (or 0x8B18CB) is known color: Dark Violet. HEX triplet: 8B, 18 and CB. RGB value is (139,24,203). Sum of RGB (Red+Green+Blue) = 139+24+203=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B18CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B18CB is #74E734. Grayscale: #4E4E4E. Windows color (decimal): -7661365 or 13310091. OLE color: 13310091.
HSL color Cylindrical-coordinate representation of color #8B18CB: hue angle of 278.55º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B18CB is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 24 | 203 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.20 |
| HSL | 278.55º | 0.79% | 0.45% | - |
| HSV(B) | 278.55º | 0.88% | 0.8% | - |
| XYZ | 21.75 | 10.45 | 57.37 | - |
| YUV | 78.79 | 198.1 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 203 | 0.32 | 0.88 | 0 | 0.20 | 278.55 | 0.79 | 0.45 |
| Hex | 8B | 18 | CB | 20 | 58 | 0 | 14 | 117 | 4F | 2D |
| Octal | 213 | 30 | 313 | 40 | 130 | 0 | 24 | 427 | 117 | 55 |
| Binary | 10001011 | 11000 | 11001011 | 100000 | 1011000 | 0 | 10100 | 100010111 | 1001111 | 101101 |
Color Harmonies of #8B18CB
Complementary color
Monochromatic Colors of #8B18CB
Black with #8B18CB
Text Example
Text Example
White with #8B18CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B18CB; }
p { color: rgb(139,24,203); }
H1.HeaderClassName
{
color: #8B18CB;
}
.AnyTagClassName
{
color: #8B18CB;
}
</style>
background-color css
<style>
a { background-color: #8B18CB; }
a { background-color: rgb(139,24,203); }
div.DivClassName
{
background-color: #8B18CB;
}
.BgClassName
{
background-color: #8B18CB;
}
</style>
border-color css
<style>
span { border-color: #8B18CB; }
span { border-color: rgb(139,24,203); }
td.TdClassName
{
border-color: #8B18CB;
}
.TagClassName
{
border-color: #8B18CB;
}
</style>