Shades of Dark Violet #8B18CC
Tints of Dark Violet #8B18CC
RGB
CMYK
RGB Variations
Color information
#8B18CC (or 0x8B18CC) is known color: Dark Violet. HEX triplet: 8B, 18 and CC. RGB value is (139,24,204). Sum of RGB (Red+Green+Blue) = 139+24+204=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B18CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B18CC is #74E733. Grayscale: #4E4E4E. Windows color (decimal): -7661364 or 13375627. OLE color: 13375627.
HSL color Cylindrical-coordinate representation of color #8B18CC: hue angle of 278.33º 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 #8B18CC is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 24 | 204 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.2 |
| HSL | 278.33º | 0.79% | 0.45% | - |
| HSV(B) | 278.33º | 0.88% | 0.8% | - |
| XYZ | 21.87 | 10.5 | 58 | - |
| YUV | 78.91 | 198.6 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 204 | 0.32 | 0.88 | 0 | 0.2 | 278.33 | 0.79 | 0.45 |
| Hex | 8B | 18 | CC | 20 | 58 | 0 | 14 | 116 | 4F | 2D |
| Octal | 213 | 30 | 314 | 40 | 130 | 0 | 24 | 426 | 117 | 55 |
| Binary | 10001011 | 11000 | 11001100 | 100000 | 1011000 | 0 | 10100 | 100010110 | 1001111 | 101101 |
Color Harmonies of #8B18CC
Complementary color
Monochromatic Colors of #8B18CC
Black with #8B18CC
Text Example
Text Example
White with #8B18CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B18CC; }
p { color: rgb(139,24,204); }
H1.HeaderClassName
{
color: #8B18CC;
}
.AnyTagClassName
{
color: #8B18CC;
}
</style>
background-color css
<style>
a { background-color: #8B18CC; }
a { background-color: rgb(139,24,204); }
div.DivClassName
{
background-color: #8B18CC;
}
.BgClassName
{
background-color: #8B18CC;
}
</style>
border-color css
<style>
span { border-color: #8B18CC; }
span { border-color: rgb(139,24,204); }
td.TdClassName
{
border-color: #8B18CC;
}
.TagClassName
{
border-color: #8B18CC;
}
</style>