Shades of Dark Orchid #9139AF
Tints of Dark Orchid #9139AF
RGB
CMYK
RGB Variations
Color information
#9139AF (or 0x9139AF) is known color: Dark Orchid. HEX triplet: 91, 39 and AF. RGB value is (145,57,175). Sum of RGB (Red+Green+Blue) = 145+57+175=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #9139AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9139AF is #6EC650. Grayscale: #606060. Windows color (decimal): -7259729 or 11483537. OLE color: 11483537.
HSL color Cylindrical-coordinate representation of color #9139AF: hue angle of 284.75º 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 #9139AF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 57 | 175 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.31 |
| HSL | 284.75º | 0.51% | 0.45% | - |
| HSV(B) | 284.75º | 0.67% | 0.69% | - |
| XYZ | 20.88 | 12.04 | 41.78 | - |
| YUV | 96.76 | 172.15 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 175 | 0.17 | 0.67 | 0 | 0.31 | 284.75 | 0.51 | 0.45 |
| Hex | 91 | 39 | AF | 11 | 43 | 0 | 1F | 11D | 33 | 2D |
| Octal | 221 | 71 | 257 | 21 | 103 | 0 | 37 | 435 | 63 | 55 |
| Binary | 10010001 | 111001 | 10101111 | 10001 | 1000011 | 0 | 11111 | 100011101 | 110011 | 101101 |
Color Harmonies of #9139AF
Complementary color
Monochromatic Colors of #9139AF
Black with #9139AF
Text Example
Text Example
White with #9139AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9139AF; }
p { color: rgb(145,57,175); }
H1.HeaderClassName
{
color: #9139AF;
}
.AnyTagClassName
{
color: #9139AF;
}
</style>
background-color css
<style>
a { background-color: #9139AF; }
a { background-color: rgb(145,57,175); }
div.DivClassName
{
background-color: #9139AF;
}
.BgClassName
{
background-color: #9139AF;
}
</style>
border-color css
<style>
span { border-color: #9139AF; }
span { border-color: rgb(145,57,175); }
td.TdClassName
{
border-color: #9139AF;
}
.TagClassName
{
border-color: #9139AF;
}
</style>