Shades of Dark Orchid #9537AF
Tints of Dark Orchid #9537AF
RGB
CMYK
RGB Variations
Color information
#9537AF (or 0x9537AF) is known color: Dark Orchid. HEX triplet: 95, 37 and AF. RGB value is (149,55,175). Sum of RGB (Red+Green+Blue) = 149+55+175=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #9537AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9537AF is #6AC850. Grayscale: #606060. Windows color (decimal): -6998097 or 11483029. OLE color: 11483029.
HSL color Cylindrical-coordinate representation of color #9537AF: hue angle of 287º 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 #9537AF is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 55 | 175 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.31 |
| HSL | 287º | 0.52% | 0.45% | - |
| HSV(B) | 287º | 0.69% | 0.69% | - |
| XYZ | 21.5 | 12.22 | 41.78 | - |
| YUV | 96.79 | 172.14 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 175 | 0.15 | 0.69 | 0 | 0.31 | 287 | 0.52 | 0.45 |
| Hex | 95 | 37 | AF | F | 45 | 0 | 1F | 11F | 34 | 2D |
| Octal | 225 | 67 | 257 | 17 | 105 | 0 | 37 | 437 | 64 | 55 |
| Binary | 10010101 | 110111 | 10101111 | 1111 | 1000101 | 0 | 11111 | 100011111 | 110100 | 101101 |
Color Harmonies of #9537AF
Complementary color
Monochromatic Colors of #9537AF
Black with #9537AF
Text Example
Text Example
White with #9537AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9537AF; }
p { color: rgb(149,55,175); }
H1.HeaderClassName
{
color: #9537AF;
}
.AnyTagClassName
{
color: #9537AF;
}
</style>
background-color css
<style>
a { background-color: #9537AF; }
a { background-color: rgb(149,55,175); }
div.DivClassName
{
background-color: #9537AF;
}
.BgClassName
{
background-color: #9537AF;
}
</style>
border-color css
<style>
span { border-color: #9537AF; }
span { border-color: rgb(149,55,175); }
td.TdClassName
{
border-color: #9537AF;
}
.TagClassName
{
border-color: #9537AF;
}
</style>