Shades of Dark Violet #9A04B3
Tints of Dark Violet #9A04B3
RGB
CMYK
RGB Variations
Color information
#9A04B3 (or 0x9A04B3) is known color: Dark Violet. HEX triplet: 9A, 04 and B3. RGB value is (154,4,179). Sum of RGB (Red+Green+Blue) = 154+4+179=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A04B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A04B3 is #65FB4C. Grayscale: #444444. Windows color (decimal): -6683469 or 11732122. OLE color: 11732122.
HSL color Cylindrical-coordinate representation of color #9A04B3: hue angle of 291.43º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A04B3 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 4 | 179 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.30 |
| HSL | 291.43º | 0.96% | 0.36% | - |
| HSV(B) | 291.43º | 0.98% | 0.7% | - |
| XYZ | 21.51 | 10.21 | 43.49 | - |
| YUV | 68.8 | 190.2 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 4 | 179 | 0.14 | 0.98 | 0 | 0.30 | 291.43 | 0.96 | 0.36 |
| Hex | 9A | 4 | B3 | E | 62 | 0 | 1E | 123 | 60 | 24 |
| Octal | 232 | 4 | 263 | 16 | 142 | 0 | 36 | 443 | 140 | 44 |
| Binary | 10011010 | 100 | 10110011 | 1110 | 1100010 | 0 | 11110 | 100100011 | 1100000 | 100100 |
Color Harmonies of #9A04B3
Complementary color
Monochromatic Colors of #9A04B3
Black with #9A04B3
Text Example
Text Example
White with #9A04B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A04B3; }
p { color: rgb(154,4,179); }
H1.HeaderClassName
{
color: #9A04B3;
}
.AnyTagClassName
{
color: #9A04B3;
}
</style>
background-color css
<style>
a { background-color: #9A04B3; }
a { background-color: rgb(154,4,179); }
div.DivClassName
{
background-color: #9A04B3;
}
.BgClassName
{
background-color: #9A04B3;
}
</style>
border-color css
<style>
span { border-color: #9A04B3; }
span { border-color: rgb(154,4,179); }
td.TdClassName
{
border-color: #9A04B3;
}
.TagClassName
{
border-color: #9A04B3;
}
</style>