Shades of Dark Orchid #9A1EAF
Tints of Dark Orchid #9A1EAF
RGB
CMYK
RGB Variations
Color information
#9A1EAF (or 0x9A1EAF) is known color: Dark Orchid. HEX triplet: 9A, 1E and AF. RGB value is (154,30,175). Sum of RGB (Red+Green+Blue) = 154+30+175=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A1EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1EAF is #65E150. Grayscale: #535353. Windows color (decimal): -6676817 or 11476634. OLE color: 11476634.
HSL color Cylindrical-coordinate representation of color #9A1EAF: hue angle of 291.31º degrees, saturation: 0.71, 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 #9A1EAF is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 30 | 175 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.31 |
| HSL | 291.31º | 0.71% | 0.4% | - |
| HSV(B) | 291.31º | 0.83% | 0.69% | - |
| XYZ | 21.53 | 10.89 | 41.53 | - |
| YUV | 83.61 | 179.58 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 175 | 0.12 | 0.83 | 0 | 0.31 | 291.31 | 0.71 | 0.4 |
| Hex | 9A | 1E | AF | C | 53 | 0 | 1F | 123 | 47 | 28 |
| Octal | 232 | 36 | 257 | 14 | 123 | 0 | 37 | 443 | 107 | 50 |
| Binary | 10011010 | 11110 | 10101111 | 1100 | 1010011 | 0 | 11111 | 100100011 | 1000111 | 101000 |
Color Harmonies of #9A1EAF
Complementary color
Monochromatic Colors of #9A1EAF
Black with #9A1EAF
Text Example
Text Example
White with #9A1EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1EAF; }
p { color: rgb(154,30,175); }
H1.HeaderClassName
{
color: #9A1EAF;
}
.AnyTagClassName
{
color: #9A1EAF;
}
</style>
background-color css
<style>
a { background-color: #9A1EAF; }
a { background-color: rgb(154,30,175); }
div.DivClassName
{
background-color: #9A1EAF;
}
.BgClassName
{
background-color: #9A1EAF;
}
</style>
border-color css
<style>
span { border-color: #9A1EAF; }
span { border-color: rgb(154,30,175); }
td.TdClassName
{
border-color: #9A1EAF;
}
.TagClassName
{
border-color: #9A1EAF;
}
</style>