Shades of Dark Violet #8514CB
Tints of Dark Violet #8514CB
RGB
CMYK
RGB Variations
Color information
#8514CB (or 0x8514CB) is known color: Dark Violet. HEX triplet: 85, 14 and CB. RGB value is (133,20,203). Sum of RGB (Red+Green+Blue) = 133+20+203=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #8514CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8514CB is #7AEB34. Grayscale: #4A4A4A. Windows color (decimal): -8055605 or 13309061. OLE color: 13309061.
HSL color Cylindrical-coordinate representation of color #8514CB: hue angle of 277.05º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8514CB is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 20 | 203 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.20 |
| HSL | 277.05º | 0.82% | 0.44% | - |
| HSV(B) | 277.05º | 0.9% | 0.8% | - |
| XYZ | 20.7 | 9.8 | 57.3 | - |
| YUV | 74.65 | 200.44 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 203 | 0.34 | 0.90 | 0 | 0.20 | 277.05 | 0.82 | 0.44 |
| Hex | 85 | 14 | CB | 22 | 5A | 0 | 14 | 115 | 52 | 2C |
| Octal | 205 | 24 | 313 | 42 | 132 | 0 | 24 | 425 | 122 | 54 |
| Binary | 10000101 | 10100 | 11001011 | 100010 | 1011010 | 0 | 10100 | 100010101 | 1010010 | 101100 |
Color Harmonies of #8514CB
Complementary color
Monochromatic Colors of #8514CB
Black with #8514CB
Text Example
Text Example
White with #8514CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8514CB; }
p { color: rgb(133,20,203); }
H1.HeaderClassName
{
color: #8514CB;
}
.AnyTagClassName
{
color: #8514CB;
}
</style>
background-color css
<style>
a { background-color: #8514CB; }
a { background-color: rgb(133,20,203); }
div.DivClassName
{
background-color: #8514CB;
}
.BgClassName
{
background-color: #8514CB;
}
</style>
border-color css
<style>
span { border-color: #8514CB; }
span { border-color: rgb(133,20,203); }
td.TdClassName
{
border-color: #8514CB;
}
.TagClassName
{
border-color: #8514CB;
}
</style>