Shades of Dark Violet #9A08DC
Tints of Dark Violet #9A08DC
RGB
CMYK
RGB Variations
Color information
#9A08DC (or 0x9A08DC) is known color: Dark Violet. HEX triplet: 9A, 08 and DC. RGB value is (154,8,220). Sum of RGB (Red+Green+Blue) = 154+8+220=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A08DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A08DC is #65F723. Grayscale: #4B4B4B. Windows color (decimal): -6682404 or 14420122. OLE color: 14420122.
HSL color Cylindrical-coordinate representation of color #9A08DC: hue angle of 281.32º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A08DC is Cyan = 0.3, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 8 | 220 | - |
| CMYK | 0.3 | 0.96 | 0 | 0.14 |
| HSL | 281.32º | 0.93% | 0.45% | - |
| HSV(B) | 281.32º | 0.96% | 0.86% | - |
| XYZ | 26.33 | 12.21 | 68.68 | - |
| YUV | 75.82 | 209.37 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 8 | 220 | 0.3 | 0.96 | 0 | 0.14 | 281.32 | 0.93 | 0.45 |
| Hex | 9A | 8 | DC | 1E | 60 | 0 | E | 119 | 5D | 2D |
| Octal | 232 | 10 | 334 | 36 | 140 | 0 | 16 | 431 | 135 | 55 |
| Binary | 10011010 | 1000 | 11011100 | 11110 | 1100000 | 0 | 1110 | 100011001 | 1011101 | 101101 |
Color Harmonies of #9A08DC
Complementary color
Monochromatic Colors of #9A08DC
Black with #9A08DC
Text Example
Text Example
White with #9A08DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A08DC; }
p { color: rgb(154,8,220); }
H1.HeaderClassName
{
color: #9A08DC;
}
.AnyTagClassName
{
color: #9A08DC;
}
</style>
background-color css
<style>
a { background-color: #9A08DC; }
a { background-color: rgb(154,8,220); }
div.DivClassName
{
background-color: #9A08DC;
}
.BgClassName
{
background-color: #9A08DC;
}
</style>
border-color css
<style>
span { border-color: #9A08DC; }
span { border-color: rgb(154,8,220); }
td.TdClassName
{
border-color: #9A08DC;
}
.TagClassName
{
border-color: #9A08DC;
}
</style>