Shades of Dark Violet #9A05B4
Tints of Dark Violet #9A05B4
RGB
CMYK
RGB Variations
Color information
#9A05B4 (or 0x9A05B4) is known color: Dark Violet. HEX triplet: 9A, 05 and B4. RGB value is (154,5,180). Sum of RGB (Red+Green+Blue) = 154+5+180=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #9A05B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A05B4 is #65FA4B. Grayscale: #444444. Windows color (decimal): -6683212 or 11797914. OLE color: 11797914.
HSL color Cylindrical-coordinate representation of color #9A05B4: hue angle of 291.09º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A05B4 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 5 | 180 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.29 |
| HSL | 291.09º | 0.95% | 0.36% | - |
| HSV(B) | 291.09º | 0.97% | 0.71% | - |
| XYZ | 21.62 | 10.27 | 44.02 | - |
| YUV | 69.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 5 | 180 | 0.14 | 0.97 | 0 | 0.29 | 291.09 | 0.95 | 0.36 |
| Hex | 9A | 5 | B4 | E | 61 | 0 | 1D | 123 | 5F | 24 |
| Octal | 232 | 5 | 264 | 16 | 141 | 0 | 35 | 443 | 137 | 44 |
| Binary | 10011010 | 101 | 10110100 | 1110 | 1100001 | 0 | 11101 | 100100011 | 1011111 | 100100 |
Color Harmonies of #9A05B4
Complementary color
Monochromatic Colors of #9A05B4
Black with #9A05B4
Text Example
Text Example
White with #9A05B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A05B4; }
p { color: rgb(154,5,180); }
H1.HeaderClassName
{
color: #9A05B4;
}
.AnyTagClassName
{
color: #9A05B4;
}
</style>
background-color css
<style>
a { background-color: #9A05B4; }
a { background-color: rgb(154,5,180); }
div.DivClassName
{
background-color: #9A05B4;
}
.BgClassName
{
background-color: #9A05B4;
}
</style>
border-color css
<style>
span { border-color: #9A05B4; }
span { border-color: rgb(154,5,180); }
td.TdClassName
{
border-color: #9A05B4;
}
.TagClassName
{
border-color: #9A05B4;
}
</style>