Shades of Dark Violet #9006ED
Tints of Dark Violet #9006ED
RGB
CMYK
RGB Variations
Color information
#9006ED (or 0x9006ED) is known color: Dark Violet. HEX triplet: 90, 06 and ED. RGB value is (144,6,237). Sum of RGB (Red+Green+Blue) = 144+6+237=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #9006ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9006ED is #6FF912. Grayscale: #484848. Windows color (decimal): -7338259 or 15533712. OLE color: 15533712.
HSL color Cylindrical-coordinate representation of color #9006ED: hue angle of 275.84º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9006ED is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 6 | 237 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.07 |
| HSL | 275.84º | 0.95% | 0.48% | - |
| HSV(B) | 275.84º | 0.97% | 0.93% | - |
| XYZ | 26.85 | 12.17 | 81.06 | - |
| YUV | 73.6 | 220.22 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 237 | 0.39 | 0.97 | 0 | 0.07 | 275.84 | 0.95 | 0.48 |
| Hex | 90 | 6 | ED | 27 | 61 | 0 | 7 | 114 | 5F | 30 |
| Octal | 220 | 6 | 355 | 47 | 141 | 0 | 7 | 424 | 137 | 60 |
| Binary | 10010000 | 110 | 11101101 | 100111 | 1100001 | 0 | 111 | 100010100 | 1011111 | 110000 |
Color Harmonies of #9006ED
Complementary color
Monochromatic Colors of #9006ED
Black with #9006ED
Text Example
Text Example
White with #9006ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9006ED; }
p { color: rgb(144,6,237); }
H1.HeaderClassName
{
color: #9006ED;
}
.AnyTagClassName
{
color: #9006ED;
}
</style>
background-color css
<style>
a { background-color: #9006ED; }
a { background-color: rgb(144,6,237); }
div.DivClassName
{
background-color: #9006ED;
}
.BgClassName
{
background-color: #9006ED;
}
</style>
border-color css
<style>
span { border-color: #9006ED; }
span { border-color: rgb(144,6,237); }
td.TdClassName
{
border-color: #9006ED;
}
.TagClassName
{
border-color: #9006ED;
}
</style>