Shades of Dark Violet #9006EC
Tints of Dark Violet #9006EC
RGB
CMYK
RGB Variations
Color information
#9006EC (or 0x9006EC) is known color: Dark Violet. HEX triplet: 90, 06 and EC. RGB value is (144,6,236). Sum of RGB (Red+Green+Blue) = 144+6+236=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #9006EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9006EC is #6FF913. Grayscale: #484848. Windows color (decimal): -7338260 or 15468176. OLE color: 15468176.
HSL color Cylindrical-coordinate representation of color #9006EC: hue angle of 276º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9006EC is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 6 | 236 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.07 |
| HSL | 276º | 0.95% | 0.47% | - |
| HSV(B) | 276º | 0.97% | 0.93% | - |
| XYZ | 26.71 | 12.12 | 80.29 | - |
| YUV | 73.48 | 219.72 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 236 | 0.39 | 0.97 | 0 | 0.07 | 276 | 0.95 | 0.47 |
| Hex | 90 | 6 | EC | 27 | 61 | 0 | 7 | 114 | 5F | 2F |
| Octal | 220 | 6 | 354 | 47 | 141 | 0 | 7 | 424 | 137 | 57 |
| Binary | 10010000 | 110 | 11101100 | 100111 | 1100001 | 0 | 111 | 100010100 | 1011111 | 101111 |
Color Harmonies of #9006EC
Complementary color
Monochromatic Colors of #9006EC
Black with #9006EC
Text Example
Text Example
White with #9006EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9006EC; }
p { color: rgb(144,6,236); }
H1.HeaderClassName
{
color: #9006EC;
}
.AnyTagClassName
{
color: #9006EC;
}
</style>
background-color css
<style>
a { background-color: #9006EC; }
a { background-color: rgb(144,6,236); }
div.DivClassName
{
background-color: #9006EC;
}
.BgClassName
{
background-color: #9006EC;
}
</style>
border-color css
<style>
span { border-color: #9006EC; }
span { border-color: rgb(144,6,236); }
td.TdClassName
{
border-color: #9006EC;
}
.TagClassName
{
border-color: #9006EC;
}
</style>