Shades of Dark Orchid #912EAF
Tints of Dark Orchid #912EAF
RGB
CMYK
RGB Variations
Color information
#912EAF (or 0x912EAF) is known color: Dark Orchid. HEX triplet: 91, 2E and AF. RGB value is (145,46,175). Sum of RGB (Red+Green+Blue) = 145+46+175=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #912EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912EAF is #6ED150. Grayscale: #595959. Windows color (decimal): -7262545 or 11480721. OLE color: 11480721.
HSL color Cylindrical-coordinate representation of color #912EAF: hue angle of 286.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #912EAF is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 46 | 175 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.31 |
| HSL | 286.05º | 0.58% | 0.43% | - |
| HSV(B) | 286.05º | 0.74% | 0.69% | - |
| XYZ | 20.39 | 11.07 | 41.62 | - |
| YUV | 90.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 175 | 0.17 | 0.74 | 0 | 0.31 | 286.05 | 0.58 | 0.43 |
| Hex | 91 | 2E | AF | 11 | 4A | 0 | 1F | 11E | 3A | 2B |
| Octal | 221 | 56 | 257 | 21 | 112 | 0 | 37 | 436 | 72 | 53 |
| Binary | 10010001 | 101110 | 10101111 | 10001 | 1001010 | 0 | 11111 | 100011110 | 111010 | 101011 |
Color Harmonies of #912EAF
Complementary color
Monochromatic Colors of #912EAF
Black with #912EAF
Text Example
Text Example
White with #912EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912EAF; }
p { color: rgb(145,46,175); }
H1.HeaderClassName
{
color: #912EAF;
}
.AnyTagClassName
{
color: #912EAF;
}
</style>
background-color css
<style>
a { background-color: #912EAF; }
a { background-color: rgb(145,46,175); }
div.DivClassName
{
background-color: #912EAF;
}
.BgClassName
{
background-color: #912EAF;
}
</style>
border-color css
<style>
span { border-color: #912EAF; }
span { border-color: rgb(145,46,175); }
td.TdClassName
{
border-color: #912EAF;
}
.TagClassName
{
border-color: #912EAF;
}
</style>