Shades of Dark Violet #9A0DEF
Tints of Dark Violet #9A0DEF
RGB
CMYK
RGB Variations
Color information
#9A0DEF (or 0x9A0DEF) is known color: Dark Violet. HEX triplet: 9A, 0D and EF. RGB value is (154,13,239). Sum of RGB (Red+Green+Blue) = 154+13+239=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #9A0DEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0DEF is #65F210. Grayscale: #505050. Windows color (decimal): -6681105 or 15666586. OLE color: 15666586.
HSL color Cylindrical-coordinate representation of color #9A0DEF: hue angle of 277.43º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0DEF is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 13 | 239 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.06 |
| HSL | 277.43º | 0.9% | 0.49% | - |
| HSV(B) | 277.43º | 0.95% | 0.94% | - |
| XYZ | 29.05 | 13.39 | 82.71 | - |
| YUV | 80.92 | 217.21 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 239 | 0.36 | 0.95 | 0 | 0.06 | 277.43 | 0.9 | 0.49 |
| Hex | 9A | D | EF | 24 | 5F | 0 | 6 | 115 | 5A | 31 |
| Octal | 232 | 15 | 357 | 44 | 137 | 0 | 6 | 425 | 132 | 61 |
| Binary | 10011010 | 1101 | 11101111 | 100100 | 1011111 | 0 | 110 | 100010101 | 1011010 | 110001 |
Color Harmonies of #9A0DEF
Complementary color
Monochromatic Colors of #9A0DEF
Black with #9A0DEF
Text Example
Text Example
White with #9A0DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0DEF; }
p { color: rgb(154,13,239); }
H1.HeaderClassName
{
color: #9A0DEF;
}
.AnyTagClassName
{
color: #9A0DEF;
}
</style>
background-color css
<style>
a { background-color: #9A0DEF; }
a { background-color: rgb(154,13,239); }
div.DivClassName
{
background-color: #9A0DEF;
}
.BgClassName
{
background-color: #9A0DEF;
}
</style>
border-color css
<style>
span { border-color: #9A0DEF; }
span { border-color: rgb(154,13,239); }
td.TdClassName
{
border-color: #9A0DEF;
}
.TagClassName
{
border-color: #9A0DEF;
}
</style>