Shades of Dark Orchid #9137AF
Tints of Dark Orchid #9137AF
RGB
CMYK
RGB Variations
Color information
#9137AF (or 0x9137AF) is known color: Dark Orchid. HEX triplet: 91, 37 and AF. RGB value is (145,55,175). Sum of RGB (Red+Green+Blue) = 145+55+175=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #9137AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9137AF is #6EC850. Grayscale: #5F5F5F. Windows color (decimal): -7260241 or 11483025. OLE color: 11483025.
HSL color Cylindrical-coordinate representation of color #9137AF: hue angle of 285º 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 #9137AF is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 55 | 175 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.31 |
| HSL | 285º | 0.52% | 0.45% | - |
| HSV(B) | 285º | 0.69% | 0.69% | - |
| XYZ | 20.78 | 11.85 | 41.75 | - |
| YUV | 95.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 55 | 175 | 0.17 | 0.69 | 0 | 0.31 | 285 | 0.52 | 0.45 |
| Hex | 91 | 37 | AF | 11 | 45 | 0 | 1F | 11D | 34 | 2D |
| Octal | 221 | 67 | 257 | 21 | 105 | 0 | 37 | 435 | 64 | 55 |
| Binary | 10010001 | 110111 | 10101111 | 10001 | 1000101 | 0 | 11111 | 100011101 | 110100 | 101101 |
Color Harmonies of #9137AF
Complementary color
Monochromatic Colors of #9137AF
Black with #9137AF
Text Example
Text Example
White with #9137AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9137AF; }
p { color: rgb(145,55,175); }
H1.HeaderClassName
{
color: #9137AF;
}
.AnyTagClassName
{
color: #9137AF;
}
</style>
background-color css
<style>
a { background-color: #9137AF; }
a { background-color: rgb(145,55,175); }
div.DivClassName
{
background-color: #9137AF;
}
.BgClassName
{
background-color: #9137AF;
}
</style>
border-color css
<style>
span { border-color: #9137AF; }
span { border-color: rgb(145,55,175); }
td.TdClassName
{
border-color: #9137AF;
}
.TagClassName
{
border-color: #9137AF;
}
</style>