Shades of Dark Violet #900AEE
Tints of Dark Violet #900AEE
RGB
CMYK
RGB Variations
Color information
#900AEE (or 0x900AEE) is known color: Dark Violet. HEX triplet: 90, 0A and EE. RGB value is (144,10,238). Sum of RGB (Red+Green+Blue) = 144+10+238=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #900AEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900AEE is #6FF511. Grayscale: #4B4B4B. Windows color (decimal): -7337234 or 15600272. OLE color: 15600272.
HSL color Cylindrical-coordinate representation of color #900AEE: hue angle of 275.26º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900AEE is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 10 | 238 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.07 |
| HSL | 275.26º | 0.92% | 0.49% | - |
| HSV(B) | 275.26º | 0.96% | 0.93% | - |
| XYZ | 27.04 | 12.32 | 81.84 | - |
| YUV | 76.06 | 219.39 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 238 | 0.39 | 0.96 | 0 | 0.07 | 275.26 | 0.92 | 0.49 |
| Hex | 90 | A | EE | 27 | 60 | 0 | 7 | 113 | 5C | 31 |
| Octal | 220 | 12 | 356 | 47 | 140 | 0 | 7 | 423 | 134 | 61 |
| Binary | 10010000 | 1010 | 11101110 | 100111 | 1100000 | 0 | 111 | 100010011 | 1011100 | 110001 |
Color Harmonies of #900AEE
Complementary color
Monochromatic Colors of #900AEE
Black with #900AEE
Text Example
Text Example
White with #900AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900AEE; }
p { color: rgb(144,10,238); }
H1.HeaderClassName
{
color: #900AEE;
}
.AnyTagClassName
{
color: #900AEE;
}
</style>
background-color css
<style>
a { background-color: #900AEE; }
a { background-color: rgb(144,10,238); }
div.DivClassName
{
background-color: #900AEE;
}
.BgClassName
{
background-color: #900AEE;
}
</style>
border-color css
<style>
span { border-color: #900AEE; }
span { border-color: rgb(144,10,238); }
td.TdClassName
{
border-color: #900AEE;
}
.TagClassName
{
border-color: #900AEE;
}
</style>