Shades of Dark Violet #9C01B2
Tints of Dark Violet #9C01B2
RGB
CMYK
RGB Variations
Color information
#9C01B2 (or 0x9C01B2) is known color: Dark Violet. HEX triplet: 9C, 01 and B2. RGB value is (156,1,178). Sum of RGB (Red+Green+Blue) = 156+1+178=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 178 (69.92% from 255 or 53.13% from 335); Max value from RGB is 178 - color contains mainly: blue. Hex color #9C01B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C01B2 is #63FE4D. Grayscale: #424242. Windows color (decimal): -6553166 or 11665820. OLE color: 11665820.
HSL color Cylindrical-coordinate representation of color #9C01B2: hue angle of 292.54º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C01B2 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 1 | 178 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.30 |
| HSL | 292.54º | 0.99% | 0.35% | - |
| HSV(B) | 292.54º | 0.99% | 0.7% | - |
| XYZ | 21.76 | 10.3 | 42.96 | - |
| YUV | 67.52 | 190.35 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 178 | 0.12 | 0.99 | 0 | 0.30 | 292.54 | 0.99 | 0.35 |
| Hex | 9C | 1 | B2 | C | 63 | 0 | 1E | 125 | 63 | 23 |
| Octal | 234 | 1 | 262 | 14 | 143 | 0 | 36 | 445 | 143 | 43 |
| Binary | 10011100 | 1 | 10110010 | 1100 | 1100011 | 0 | 11110 | 100100101 | 1100011 | 100011 |
Color Harmonies of #9C01B2
Complementary color
Monochromatic Colors of #9C01B2
Black with #9C01B2
Text Example
Text Example
White with #9C01B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C01B2; }
p { color: rgb(156,1,178); }
H1.HeaderClassName
{
color: #9C01B2;
}
.AnyTagClassName
{
color: #9C01B2;
}
</style>
background-color css
<style>
a { background-color: #9C01B2; }
a { background-color: rgb(156,1,178); }
div.DivClassName
{
background-color: #9C01B2;
}
.BgClassName
{
background-color: #9C01B2;
}
</style>
border-color css
<style>
span { border-color: #9C01B2; }
span { border-color: rgb(156,1,178); }
td.TdClassName
{
border-color: #9C01B2;
}
.TagClassName
{
border-color: #9C01B2;
}
</style>