Shades of Dark Violet #9A06D3
Tints of Dark Violet #9A06D3
RGB
CMYK
RGB Variations
Color information
#9A06D3 (or 0x9A06D3) is known color: Dark Violet. HEX triplet: 9A, 06 and D3. RGB value is (154,6,211). Sum of RGB (Red+Green+Blue) = 154+6+211=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 211 (82.81% from 255 or 56.87% from 371); Max value from RGB is 211 - color contains mainly: blue. Hex color #9A06D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A06D3 is #65F92C. Grayscale: #484848. Windows color (decimal): -6682925 or 13829786. OLE color: 13829786.
HSL color Cylindrical-coordinate representation of color #9A06D3: hue angle of 283.32º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A06D3 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 6 | 211 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.17 |
| HSL | 283.32º | 0.94% | 0.43% | - |
| HSV(B) | 283.32º | 0.97% | 0.83% | - |
| XYZ | 25.15 | 11.7 | 62.56 | - |
| YUV | 73.62 | 205.53 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 211 | 0.27 | 0.97 | 0 | 0.17 | 283.32 | 0.94 | 0.43 |
| Hex | 9A | 6 | D3 | 1B | 61 | 0 | 11 | 11B | 5E | 2B |
| Octal | 232 | 6 | 323 | 33 | 141 | 0 | 21 | 433 | 136 | 53 |
| Binary | 10011010 | 110 | 11010011 | 11011 | 1100001 | 0 | 10001 | 100011011 | 1011110 | 101011 |
Color Harmonies of #9A06D3
Complementary color
Monochromatic Colors of #9A06D3
Black with #9A06D3
Text Example
Text Example
White with #9A06D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A06D3; }
p { color: rgb(154,6,211); }
H1.HeaderClassName
{
color: #9A06D3;
}
.AnyTagClassName
{
color: #9A06D3;
}
</style>
background-color css
<style>
a { background-color: #9A06D3; }
a { background-color: rgb(154,6,211); }
div.DivClassName
{
background-color: #9A06D3;
}
.BgClassName
{
background-color: #9A06D3;
}
</style>
border-color css
<style>
span { border-color: #9A06D3; }
span { border-color: rgb(154,6,211); }
td.TdClassName
{
border-color: #9A06D3;
}
.TagClassName
{
border-color: #9A06D3;
}
</style>