Shades of Dark Violet #9A01B2
Tints of Dark Violet #9A01B2
RGB
CMYK
RGB Variations
Color information
#9A01B2 (or 0x9A01B2) is known color: Dark Violet. HEX triplet: 9A, 01 and B2. RGB value is (154,1,178). Sum of RGB (Red+Green+Blue) = 154+1+178=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 178 (69.92% from 255 or 53.45% from 333); Max value from RGB is 178 - color contains mainly: blue. Hex color #9A01B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A01B2 is #65FE4D. Grayscale: #424242. Windows color (decimal): -6684238 or 11665818. OLE color: 11665818.
HSL color Cylindrical-coordinate representation of color #9A01B2: hue angle of 291.86º 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 #9A01B2 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 1 | 178 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.30 |
| HSL | 291.86º | 0.99% | 0.35% | - |
| HSV(B) | 291.86º | 0.99% | 0.7% | - |
| XYZ | 21.37 | 10.11 | 42.94 | - |
| YUV | 66.93 | 190.69 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 178 | 0.13 | 0.99 | 0 | 0.30 | 291.86 | 0.99 | 0.35 |
| Hex | 9A | 1 | B2 | D | 63 | 0 | 1E | 124 | 63 | 23 |
| Octal | 232 | 1 | 262 | 15 | 143 | 0 | 36 | 444 | 143 | 43 |
| Binary | 10011010 | 1 | 10110010 | 1101 | 1100011 | 0 | 11110 | 100100100 | 1100011 | 100011 |
Color Harmonies of #9A01B2
Complementary color
Monochromatic Colors of #9A01B2
Black with #9A01B2
Text Example
Text Example
White with #9A01B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A01B2; }
p { color: rgb(154,1,178); }
H1.HeaderClassName
{
color: #9A01B2;
}
.AnyTagClassName
{
color: #9A01B2;
}
</style>
background-color css
<style>
a { background-color: #9A01B2; }
a { background-color: rgb(154,1,178); }
div.DivClassName
{
background-color: #9A01B2;
}
.BgClassName
{
background-color: #9A01B2;
}
</style>
border-color css
<style>
span { border-color: #9A01B2; }
span { border-color: rgb(154,1,178); }
td.TdClassName
{
border-color: #9A01B2;
}
.TagClassName
{
border-color: #9A01B2;
}
</style>