Shades of Dark Orchid #9A37AF
Tints of Dark Orchid #9A37AF
RGB
CMYK
RGB Variations
Color information
#9A37AF (or 0x9A37AF) is known color: Dark Orchid. HEX triplet: 9A, 37 and AF. RGB value is (154,55,175). Sum of RGB (Red+Green+Blue) = 154+55+175=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A37AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A37AF is #65C850. Grayscale: #616161. Windows color (decimal): -6670417 or 11483034. OLE color: 11483034.
HSL color Cylindrical-coordinate representation of color #9A37AF: hue angle of 289.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A37AF is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 55 | 175 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.31 |
| HSL | 289.5º | 0.52% | 0.45% | - |
| HSV(B) | 289.5º | 0.69% | 0.69% | - |
| XYZ | 22.43 | 12.7 | 41.83 | - |
| YUV | 98.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 55 | 175 | 0.12 | 0.69 | 0 | 0.31 | 289.5 | 0.52 | 0.45 |
| Hex | 9A | 37 | AF | C | 45 | 0 | 1F | 122 | 34 | 2D |
| Octal | 232 | 67 | 257 | 14 | 105 | 0 | 37 | 442 | 64 | 55 |
| Binary | 10011010 | 110111 | 10101111 | 1100 | 1000101 | 0 | 11111 | 100100010 | 110100 | 101101 |
Color Harmonies of #9A37AF
Complementary color
Monochromatic Colors of #9A37AF
Black with #9A37AF
Text Example
Text Example
White with #9A37AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A37AF; }
p { color: rgb(154,55,175); }
H1.HeaderClassName
{
color: #9A37AF;
}
.AnyTagClassName
{
color: #9A37AF;
}
</style>
background-color css
<style>
a { background-color: #9A37AF; }
a { background-color: rgb(154,55,175); }
div.DivClassName
{
background-color: #9A37AF;
}
.BgClassName
{
background-color: #9A37AF;
}
</style>
border-color css
<style>
span { border-color: #9A37AF; }
span { border-color: rgb(154,55,175); }
td.TdClassName
{
border-color: #9A37AF;
}
.TagClassName
{
border-color: #9A37AF;
}
</style>