Shades of Dark Violet #9A0BEF
Tints of Dark Violet #9A0BEF
RGB
CMYK
RGB Variations
Color information
#9A0BEF (or 0x9A0BEF) is known color: Dark Violet. HEX triplet: 9A, 0B and EF. RGB value is (154,11,239). Sum of RGB (Red+Green+Blue) = 154+11+239=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #9A0BEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0BEF is #65F410. Grayscale: #4E4E4E. Windows color (decimal): -6681617 or 15666074. OLE color: 15666074.
HSL color Cylindrical-coordinate representation of color #9A0BEF: hue angle of 277.63º degrees, saturation: 0.91, 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 #9A0BEF is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 11 | 239 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.06 |
| HSL | 277.63º | 0.91% | 0.49% | - |
| HSV(B) | 277.63º | 0.95% | 0.94% | - |
| XYZ | 29.03 | 13.34 | 82.71 | - |
| YUV | 79.75 | 217.88 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 239 | 0.36 | 0.95 | 0 | 0.06 | 277.63 | 0.91 | 0.49 |
| Hex | 9A | B | EF | 24 | 5F | 0 | 6 | 116 | 5B | 31 |
| Octal | 232 | 13 | 357 | 44 | 137 | 0 | 6 | 426 | 133 | 61 |
| Binary | 10011010 | 1011 | 11101111 | 100100 | 1011111 | 0 | 110 | 100010110 | 1011011 | 110001 |
Color Harmonies of #9A0BEF
Complementary color
Monochromatic Colors of #9A0BEF
Black with #9A0BEF
Text Example
Text Example
White with #9A0BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0BEF; }
p { color: rgb(154,11,239); }
H1.HeaderClassName
{
color: #9A0BEF;
}
.AnyTagClassName
{
color: #9A0BEF;
}
</style>
background-color css
<style>
a { background-color: #9A0BEF; }
a { background-color: rgb(154,11,239); }
div.DivClassName
{
background-color: #9A0BEF;
}
.BgClassName
{
background-color: #9A0BEF;
}
</style>
border-color css
<style>
span { border-color: #9A0BEF; }
span { border-color: rgb(154,11,239); }
td.TdClassName
{
border-color: #9A0BEF;
}
.TagClassName
{
border-color: #9A0BEF;
}
</style>