Shades of Dark Orchid #9D1FAA
Tints of Dark Orchid #9D1FAA
RGB
CMYK
RGB Variations
Color information
#9D1FAA (or 0x9D1FAA) is known color: Dark Orchid. HEX triplet: 9D, 1F and AA. RGB value is (157,31,170). Sum of RGB (Red+Green+Blue) = 157+31+170=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D1FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1FAA is #62E055. Grayscale: #545454. Windows color (decimal): -6479958 or 11149213. OLE color: 11149213.
HSL color Cylindrical-coordinate representation of color #9D1FAA: hue angle of 294.39º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1FAA is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 31 | 170 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.33 |
| HSL | 294.39º | 0.69% | 0.39% | - |
| HSV(B) | 294.39º | 0.82% | 0.67% | - |
| XYZ | 21.65 | 11.05 | 39.02 | - |
| YUV | 84.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 31 | 170 | 0.08 | 0.82 | 0 | 0.33 | 294.39 | 0.69 | 0.39 |
| Hex | 9D | 1F | AA | 8 | 52 | 0 | 21 | 126 | 45 | 27 |
| Octal | 235 | 37 | 252 | 10 | 122 | 0 | 41 | 446 | 105 | 47 |
| Binary | 10011101 | 11111 | 10101010 | 1000 | 1010010 | 0 | 100001 | 100100110 | 1000101 | 100111 |
Color Harmonies of #9D1FAA
Complementary color
Monochromatic Colors of #9D1FAA
Black with #9D1FAA
Text Example
Text Example
White with #9D1FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1FAA; }
p { color: rgb(157,31,170); }
H1.HeaderClassName
{
color: #9D1FAA;
}
.AnyTagClassName
{
color: #9D1FAA;
}
</style>
background-color css
<style>
a { background-color: #9D1FAA; }
a { background-color: rgb(157,31,170); }
div.DivClassName
{
background-color: #9D1FAA;
}
.BgClassName
{
background-color: #9D1FAA;
}
</style>
border-color css
<style>
span { border-color: #9D1FAA; }
span { border-color: rgb(157,31,170); }
td.TdClassName
{
border-color: #9D1FAA;
}
.TagClassName
{
border-color: #9D1FAA;
}
</style>