Shades of Dark Violet #9005ED
Tints of Dark Violet #9005ED
RGB
CMYK
RGB Variations
Color information
#9005ED (or 0x9005ED) is known color: Dark Violet. HEX triplet: 90, 05 and ED. RGB value is (144,5,237). Sum of RGB (Red+Green+Blue) = 144+5+237=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #9005ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9005ED is #6FFA12. Grayscale: #484848. Windows color (decimal): -7338515 or 15533456. OLE color: 15533456.
HSL color Cylindrical-coordinate representation of color #9005ED: hue angle of 275.95º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9005ED is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 5 | 237 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.07 |
| HSL | 275.95º | 0.96% | 0.47% | - |
| HSV(B) | 275.95º | 0.98% | 0.93% | - |
| XYZ | 26.84 | 12.15 | 81.05 | - |
| YUV | 73.01 | 220.55 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 237 | 0.39 | 0.98 | 0 | 0.07 | 275.95 | 0.96 | 0.47 |
| Hex | 90 | 5 | ED | 27 | 62 | 0 | 7 | 114 | 60 | 2F |
| Octal | 220 | 5 | 355 | 47 | 142 | 0 | 7 | 424 | 140 | 57 |
| Binary | 10010000 | 101 | 11101101 | 100111 | 1100010 | 0 | 111 | 100010100 | 1100000 | 101111 |
Color Harmonies of #9005ED
Complementary color
Monochromatic Colors of #9005ED
Black with #9005ED
Text Example
Text Example
White with #9005ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9005ED; }
p { color: rgb(144,5,237); }
H1.HeaderClassName
{
color: #9005ED;
}
.AnyTagClassName
{
color: #9005ED;
}
</style>
background-color css
<style>
a { background-color: #9005ED; }
a { background-color: rgb(144,5,237); }
div.DivClassName
{
background-color: #9005ED;
}
.BgClassName
{
background-color: #9005ED;
}
</style>
border-color css
<style>
span { border-color: #9005ED; }
span { border-color: rgb(144,5,237); }
td.TdClassName
{
border-color: #9005ED;
}
.TagClassName
{
border-color: #9005ED;
}
</style>