Shades of Dark Violet #9A08DD
Tints of Dark Violet #9A08DD
RGB
CMYK
RGB Variations
Color information
#9A08DD (or 0x9A08DD) is known color: Dark Violet. HEX triplet: 9A, 08 and DD. RGB value is (154,8,221). Sum of RGB (Red+Green+Blue) = 154+8+221=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A08DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A08DD is #65F722. Grayscale: #4B4B4B. Windows color (decimal): -6682403 or 14485658. OLE color: 14485658.
HSL color Cylindrical-coordinate representation of color #9A08DD: hue angle of 281.13º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A08DD is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 8 | 221 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.13 |
| HSL | 281.13º | 0.93% | 0.45% | - |
| HSV(B) | 281.13º | 0.96% | 0.87% | - |
| XYZ | 26.46 | 12.26 | 69.38 | - |
| YUV | 75.94 | 209.87 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 8 | 221 | 0.30 | 0.96 | 0 | 0.13 | 281.13 | 0.93 | 0.45 |
| Hex | 9A | 8 | DD | 1E | 60 | 0 | D | 119 | 5D | 2D |
| Octal | 232 | 10 | 335 | 36 | 140 | 0 | 15 | 431 | 135 | 55 |
| Binary | 10011010 | 1000 | 11011101 | 11110 | 1100000 | 0 | 1101 | 100011001 | 1011101 | 101101 |
Color Harmonies of #9A08DD
Complementary color
Monochromatic Colors of #9A08DD
Black with #9A08DD
Text Example
Text Example
White with #9A08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A08DD; }
p { color: rgb(154,8,221); }
H1.HeaderClassName
{
color: #9A08DD;
}
.AnyTagClassName
{
color: #9A08DD;
}
</style>
background-color css
<style>
a { background-color: #9A08DD; }
a { background-color: rgb(154,8,221); }
div.DivClassName
{
background-color: #9A08DD;
}
.BgClassName
{
background-color: #9A08DD;
}
</style>
border-color css
<style>
span { border-color: #9A08DD; }
span { border-color: rgb(154,8,221); }
td.TdClassName
{
border-color: #9A08DD;
}
.TagClassName
{
border-color: #9A08DD;
}
</style>