Shades of Dark Orchid #901DAF
Tints of Dark Orchid #901DAF
RGB
CMYK
RGB Variations
Color information
#901DAF (or 0x901DAF) is known color: Dark Orchid. HEX triplet: 90, 1D and AF. RGB value is (144,29,175). Sum of RGB (Red+Green+Blue) = 144+29+175=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #901DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901DAF is #6FE250. Grayscale: #4F4F4F. Windows color (decimal): -7332433 or 11476368. OLE color: 11476368.
HSL color Cylindrical-coordinate representation of color #901DAF: hue angle of 287.26º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901DAF is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 29 | 175 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.31 |
| HSL | 287.26º | 0.72% | 0.4% | - |
| HSV(B) | 287.26º | 0.83% | 0.69% | - |
| XYZ | 19.68 | 9.9 | 41.43 | - |
| YUV | 80.03 | 181.6 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 175 | 0.18 | 0.83 | 0 | 0.31 | 287.26 | 0.72 | 0.4 |
| Hex | 90 | 1D | AF | 12 | 53 | 0 | 1F | 11F | 48 | 28 |
| Octal | 220 | 35 | 257 | 22 | 123 | 0 | 37 | 437 | 110 | 50 |
| Binary | 10010000 | 11101 | 10101111 | 10010 | 1010011 | 0 | 11111 | 100011111 | 1001000 | 101000 |
Color Harmonies of #901DAF
Complementary color
Monochromatic Colors of #901DAF
Black with #901DAF
Text Example
Text Example
White with #901DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901DAF; }
p { color: rgb(144,29,175); }
H1.HeaderClassName
{
color: #901DAF;
}
.AnyTagClassName
{
color: #901DAF;
}
</style>
background-color css
<style>
a { background-color: #901DAF; }
a { background-color: rgb(144,29,175); }
div.DivClassName
{
background-color: #901DAF;
}
.BgClassName
{
background-color: #901DAF;
}
</style>
border-color css
<style>
span { border-color: #901DAF; }
span { border-color: rgb(144,29,175); }
td.TdClassName
{
border-color: #901DAF;
}
.TagClassName
{
border-color: #901DAF;
}
</style>