Shades of Dark Violet #9514CB
Tints of Dark Violet #9514CB
RGB
CMYK
RGB Variations
Color information
#9514CB (or 0x9514CB) is known color: Dark Violet. HEX triplet: 95, 14 and CB. RGB value is (149,20,203). Sum of RGB (Red+Green+Blue) = 149+20+203=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #9514CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9514CB is #6AEB34. Grayscale: #4E4E4E. Windows color (decimal): -7007029 or 13309077. OLE color: 13309077.
HSL color Cylindrical-coordinate representation of color #9514CB: hue angle of 282.3º 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 #9514CB is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 20 | 203 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.20 |
| HSL | 282.3º | 0.82% | 0.44% | - |
| HSV(B) | 282.3º | 0.9% | 0.8% | - |
| XYZ | 23.42 | 11.2 | 57.43 | - |
| YUV | 79.43 | 197.74 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 203 | 0.27 | 0.90 | 0 | 0.20 | 282.3 | 0.82 | 0.44 |
| Hex | 95 | 14 | CB | 1B | 5A | 0 | 14 | 11A | 52 | 2C |
| Octal | 225 | 24 | 313 | 33 | 132 | 0 | 24 | 432 | 122 | 54 |
| Binary | 10010101 | 10100 | 11001011 | 11011 | 1011010 | 0 | 10100 | 100011010 | 1010010 | 101100 |
Color Harmonies of #9514CB
Complementary color
Monochromatic Colors of #9514CB
Black with #9514CB
Text Example
Text Example
White with #9514CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9514CB; }
p { color: rgb(149,20,203); }
H1.HeaderClassName
{
color: #9514CB;
}
.AnyTagClassName
{
color: #9514CB;
}
</style>
background-color css
<style>
a { background-color: #9514CB; }
a { background-color: rgb(149,20,203); }
div.DivClassName
{
background-color: #9514CB;
}
.BgClassName
{
background-color: #9514CB;
}
</style>
border-color css
<style>
span { border-color: #9514CB; }
span { border-color: rgb(149,20,203); }
td.TdClassName
{
border-color: #9514CB;
}
.TagClassName
{
border-color: #9514CB;
}
</style>