Shades of Dark Violet #8B16CC
Tints of Dark Violet #8B16CC
RGB
CMYK
RGB Variations
Color information
#8B16CC (or 0x8B16CC) is known color: Dark Violet. HEX triplet: 8B, 16 and CC. RGB value is (139,22,204). Sum of RGB (Red+Green+Blue) = 139+22+204=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B16CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B16CC is #74E933. Grayscale: #4D4D4D. Windows color (decimal): -7661876 or 13375115. OLE color: 13375115.
HSL color Cylindrical-coordinate representation of color #8B16CC: hue angle of 278.57º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B16CC is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 22 | 204 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.2 |
| HSL | 278.57º | 0.81% | 0.44% | - |
| HSV(B) | 278.57º | 0.89% | 0.8% | - |
| XYZ | 21.83 | 10.42 | 57.99 | - |
| YUV | 77.73 | 199.26 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 22 | 204 | 0.32 | 0.89 | 0 | 0.2 | 278.57 | 0.81 | 0.44 |
| Hex | 8B | 16 | CC | 20 | 59 | 0 | 14 | 117 | 51 | 2C |
| Octal | 213 | 26 | 314 | 40 | 131 | 0 | 24 | 427 | 121 | 54 |
| Binary | 10001011 | 10110 | 11001100 | 100000 | 1011001 | 0 | 10100 | 100010111 | 1010001 | 101100 |
Color Harmonies of #8B16CC
Complementary color
Monochromatic Colors of #8B16CC
Black with #8B16CC
Text Example
Text Example
White with #8B16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B16CC; }
p { color: rgb(139,22,204); }
H1.HeaderClassName
{
color: #8B16CC;
}
.AnyTagClassName
{
color: #8B16CC;
}
</style>
background-color css
<style>
a { background-color: #8B16CC; }
a { background-color: rgb(139,22,204); }
div.DivClassName
{
background-color: #8B16CC;
}
.BgClassName
{
background-color: #8B16CC;
}
</style>
border-color css
<style>
span { border-color: #8B16CC; }
span { border-color: rgb(139,22,204); }
td.TdClassName
{
border-color: #8B16CC;
}
.TagClassName
{
border-color: #8B16CC;
}
</style>