Shades of Dark Orchid #912DAF
Tints of Dark Orchid #912DAF
RGB
CMYK
RGB Variations
Color information
#912DAF (or 0x912DAF) is known color: Dark Orchid. HEX triplet: 91, 2D and AF. RGB value is (145,45,175). Sum of RGB (Red+Green+Blue) = 145+45+175=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #912DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912DAF is #6ED250. Grayscale: #595959. Windows color (decimal): -7262801 or 11480465. OLE color: 11480465.
HSL color Cylindrical-coordinate representation of color #912DAF: hue angle of 286.15º degrees, saturation: 0.59, 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 #912DAF is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 45 | 175 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.31 |
| HSL | 286.15º | 0.59% | 0.43% | - |
| HSV(B) | 286.15º | 0.74% | 0.69% | - |
| XYZ | 20.35 | 10.99 | 41.61 | - |
| YUV | 89.72 | 176.13 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 45 | 175 | 0.17 | 0.74 | 0 | 0.31 | 286.15 | 0.59 | 0.43 |
| Hex | 91 | 2D | AF | 11 | 4A | 0 | 1F | 11E | 3B | 2B |
| Octal | 221 | 55 | 257 | 21 | 112 | 0 | 37 | 436 | 73 | 53 |
| Binary | 10010001 | 101101 | 10101111 | 10001 | 1001010 | 0 | 11111 | 100011110 | 111011 | 101011 |
Color Harmonies of #912DAF
Complementary color
Monochromatic Colors of #912DAF
Black with #912DAF
Text Example
Text Example
White with #912DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912DAF; }
p { color: rgb(145,45,175); }
H1.HeaderClassName
{
color: #912DAF;
}
.AnyTagClassName
{
color: #912DAF;
}
</style>
background-color css
<style>
a { background-color: #912DAF; }
a { background-color: rgb(145,45,175); }
div.DivClassName
{
background-color: #912DAF;
}
.BgClassName
{
background-color: #912DAF;
}
</style>
border-color css
<style>
span { border-color: #912DAF; }
span { border-color: rgb(145,45,175); }
td.TdClassName
{
border-color: #912DAF;
}
.TagClassName
{
border-color: #912DAF;
}
</style>