Shades of Dark Violet #900ADD
Tints of Dark Violet #900ADD
RGB
CMYK
RGB Variations
Color information
#900ADD (or 0x900ADD) is known color: Dark Violet. HEX triplet: 90, 0A and DD. RGB value is (144,10,221). Sum of RGB (Red+Green+Blue) = 144+10+221=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #900ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900ADD is #6FF522. Grayscale: #494949. Windows color (decimal): -7337251 or 14486160. OLE color: 14486160.
HSL color Cylindrical-coordinate representation of color #900ADD: hue angle of 278.1º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900ADD is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 10 | 221 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.13 |
| HSL | 278.1º | 0.91% | 0.45% | - |
| HSV(B) | 278.1º | 0.95% | 0.87% | - |
| XYZ | 24.66 | 11.37 | 69.3 | - |
| YUV | 74.12 | 210.89 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 221 | 0.35 | 0.95 | 0 | 0.13 | 278.1 | 0.91 | 0.45 |
| Hex | 90 | A | DD | 23 | 5F | 0 | D | 116 | 5B | 2D |
| Octal | 220 | 12 | 335 | 43 | 137 | 0 | 15 | 426 | 133 | 55 |
| Binary | 10010000 | 1010 | 11011101 | 100011 | 1011111 | 0 | 1101 | 100010110 | 1011011 | 101101 |
Color Harmonies of #900ADD
Complementary color
Monochromatic Colors of #900ADD
Black with #900ADD
Text Example
Text Example
White with #900ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900ADD; }
p { color: rgb(144,10,221); }
H1.HeaderClassName
{
color: #900ADD;
}
.AnyTagClassName
{
color: #900ADD;
}
</style>
background-color css
<style>
a { background-color: #900ADD; }
a { background-color: rgb(144,10,221); }
div.DivClassName
{
background-color: #900ADD;
}
.BgClassName
{
background-color: #900ADD;
}
</style>
border-color css
<style>
span { border-color: #900ADD; }
span { border-color: rgb(144,10,221); }
td.TdClassName
{
border-color: #900ADD;
}
.TagClassName
{
border-color: #900ADD;
}
</style>