Shades of Dark Orchid #9D39AF
Tints of Dark Orchid #9D39AF
RGB
CMYK
RGB Variations
Color information
#9D39AF (or 0x9D39AF) is known color: Dark Orchid. HEX triplet: 9D, 39 and AF. RGB value is (157,57,175). Sum of RGB (Red+Green+Blue) = 157+57+175=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D39AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D39AF is #62C650. Grayscale: #636363. Windows color (decimal): -6473297 or 11483549. OLE color: 11483549.
HSL color Cylindrical-coordinate representation of color #9D39AF: hue angle of 290.85º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D39AF is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 57 | 175 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.31 |
| HSL | 290.85º | 0.51% | 0.45% | - |
| HSV(B) | 290.85º | 0.67% | 0.69% | - |
| XYZ | 23.11 | 13.19 | 41.89 | - |
| YUV | 100.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 57 | 175 | 0.10 | 0.67 | 0 | 0.31 | 290.85 | 0.51 | 0.45 |
| Hex | 9D | 39 | AF | A | 43 | 0 | 1F | 123 | 33 | 2D |
| Octal | 235 | 71 | 257 | 12 | 103 | 0 | 37 | 443 | 63 | 55 |
| Binary | 10011101 | 111001 | 10101111 | 1010 | 1000011 | 0 | 11111 | 100100011 | 110011 | 101101 |
Color Harmonies of #9D39AF
Complementary color
Monochromatic Colors of #9D39AF
Black with #9D39AF
Text Example
Text Example
White with #9D39AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D39AF; }
p { color: rgb(157,57,175); }
H1.HeaderClassName
{
color: #9D39AF;
}
.AnyTagClassName
{
color: #9D39AF;
}
</style>
background-color css
<style>
a { background-color: #9D39AF; }
a { background-color: rgb(157,57,175); }
div.DivClassName
{
background-color: #9D39AF;
}
.BgClassName
{
background-color: #9D39AF;
}
</style>
border-color css
<style>
span { border-color: #9D39AF; }
span { border-color: rgb(157,57,175); }
td.TdClassName
{
border-color: #9D39AF;
}
.TagClassName
{
border-color: #9D39AF;
}
</style>