Shades of Dark Violet #9A03ED
Tints of Dark Violet #9A03ED
RGB
CMYK
RGB Variations
Color information
#9A03ED (or 0x9A03ED) is known color: Dark Violet. HEX triplet: 9A, 03 and ED. RGB value is (154,3,237). Sum of RGB (Red+Green+Blue) = 154+3+237=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A03ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A03ED is #65FC12. Grayscale: #4A4A4A. Windows color (decimal): -6683667 or 15532954. OLE color: 15532954.
HSL color Cylindrical-coordinate representation of color #9A03ED: hue angle of 278.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A03ED is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 3 | 237 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.07 |
| HSL | 278.72º | 0.98% | 0.47% | - |
| HSV(B) | 278.72º | 0.99% | 0.93% | - |
| XYZ | 28.65 | 13.05 | 81.13 | - |
| YUV | 74.83 | 219.53 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 237 | 0.35 | 0.99 | 0 | 0.07 | 278.72 | 0.98 | 0.47 |
| Hex | 9A | 3 | ED | 23 | 63 | 0 | 7 | 117 | 62 | 2F |
| Octal | 232 | 3 | 355 | 43 | 143 | 0 | 7 | 427 | 142 | 57 |
| Binary | 10011010 | 11 | 11101101 | 100011 | 1100011 | 0 | 111 | 100010111 | 1100010 | 101111 |
Color Harmonies of #9A03ED
Complementary color
Monochromatic Colors of #9A03ED
Black with #9A03ED
Text Example
Text Example
White with #9A03ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A03ED; }
p { color: rgb(154,3,237); }
H1.HeaderClassName
{
color: #9A03ED;
}
.AnyTagClassName
{
color: #9A03ED;
}
</style>
background-color css
<style>
a { background-color: #9A03ED; }
a { background-color: rgb(154,3,237); }
div.DivClassName
{
background-color: #9A03ED;
}
.BgClassName
{
background-color: #9A03ED;
}
</style>
border-color css
<style>
span { border-color: #9A03ED; }
span { border-color: rgb(154,3,237); }
td.TdClassName
{
border-color: #9A03ED;
}
.TagClassName
{
border-color: #9A03ED;
}
</style>