Shades of Dark Violet #9614CC
Tints of Dark Violet #9614CC
RGB
CMYK
RGB Variations
Color information
#9614CC (or 0x9614CC) is known color: Dark Violet. HEX triplet: 96, 14 and CC. RGB value is (150,20,204). Sum of RGB (Red+Green+Blue) = 150+20+204=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #9614CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9614CC is #69EB33. Grayscale: #4F4F4F. Windows color (decimal): -6941492 or 13374614. OLE color: 13374614.
HSL color Cylindrical-coordinate representation of color #9614CC: hue angle of 282.39º 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 #9614CC is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 20 | 204 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.2 |
| HSL | 282.39º | 0.82% | 0.44% | - |
| HSV(B) | 282.39º | 0.9% | 0.8% | - |
| XYZ | 23.73 | 11.34 | 58.07 | - |
| YUV | 79.85 | 198.07 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 204 | 0.26 | 0.90 | 0 | 0.2 | 282.39 | 0.82 | 0.44 |
| Hex | 96 | 14 | CC | 1A | 5A | 0 | 14 | 11A | 52 | 2C |
| Octal | 226 | 24 | 314 | 32 | 132 | 0 | 24 | 432 | 122 | 54 |
| Binary | 10010110 | 10100 | 11001100 | 11010 | 1011010 | 0 | 10100 | 100011010 | 1010010 | 101100 |
Color Harmonies of #9614CC
Complementary color
Monochromatic Colors of #9614CC
Black with #9614CC
Text Example
Text Example
White with #9614CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9614CC; }
p { color: rgb(150,20,204); }
H1.HeaderClassName
{
color: #9614CC;
}
.AnyTagClassName
{
color: #9614CC;
}
</style>
background-color css
<style>
a { background-color: #9614CC; }
a { background-color: rgb(150,20,204); }
div.DivClassName
{
background-color: #9614CC;
}
.BgClassName
{
background-color: #9614CC;
}
</style>
border-color css
<style>
span { border-color: #9614CC; }
span { border-color: rgb(150,20,204); }
td.TdClassName
{
border-color: #9614CC;
}
.TagClassName
{
border-color: #9614CC;
}
</style>