Shades of Dark Violet #9314CB
Tints of Dark Violet #9314CB
RGB
CMYK
RGB Variations
Color information
#9314CB (or 0x9314CB) is known color: Dark Violet. HEX triplet: 93, 14 and CB. RGB value is (147,20,203). Sum of RGB (Red+Green+Blue) = 147+20+203=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #9314CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9314CB is #6CEB34. Grayscale: #4E4E4E. Windows color (decimal): -7138101 or 13309075. OLE color: 13309075.
HSL color Cylindrical-coordinate representation of color #9314CB: hue angle of 281.64º 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 #9314CB is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 20 | 203 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.20 |
| HSL | 281.64º | 0.82% | 0.44% | - |
| HSV(B) | 281.64º | 0.9% | 0.8% | - |
| XYZ | 23.06 | 11.02 | 57.41 | - |
| YUV | 78.84 | 198.08 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 203 | 0.28 | 0.90 | 0 | 0.20 | 281.64 | 0.82 | 0.44 |
| Hex | 93 | 14 | CB | 1C | 5A | 0 | 14 | 11A | 52 | 2C |
| Octal | 223 | 24 | 313 | 34 | 132 | 0 | 24 | 432 | 122 | 54 |
| Binary | 10010011 | 10100 | 11001011 | 11100 | 1011010 | 0 | 10100 | 100011010 | 1010010 | 101100 |
Color Harmonies of #9314CB
Complementary color
Monochromatic Colors of #9314CB
Black with #9314CB
Text Example
Text Example
White with #9314CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9314CB; }
p { color: rgb(147,20,203); }
H1.HeaderClassName
{
color: #9314CB;
}
.AnyTagClassName
{
color: #9314CB;
}
</style>
background-color css
<style>
a { background-color: #9314CB; }
a { background-color: rgb(147,20,203); }
div.DivClassName
{
background-color: #9314CB;
}
.BgClassName
{
background-color: #9314CB;
}
</style>
border-color css
<style>
span { border-color: #9314CB; }
span { border-color: rgb(147,20,203); }
td.TdClassName
{
border-color: #9314CB;
}
.TagClassName
{
border-color: #9314CB;
}
</style>