Shades of Dark Orchid #951AAE
Tints of Dark Orchid #951AAE
RGB
CMYK
RGB Variations
Color information
#951AAE (or 0x951AAE) is known color: Dark Orchid. HEX triplet: 95, 1A and AE. RGB value is (149,26,174). Sum of RGB (Red+Green+Blue) = 149+26+174=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #951AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951AAE is #6AE551. Grayscale: #4F4F4F. Windows color (decimal): -7005522 or 11410069. OLE color: 11410069.
HSL color Cylindrical-coordinate representation of color #951AAE: hue angle of 289.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951AAE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 26 | 174 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.32 |
| HSL | 289.86º | 0.74% | 0.39% | - |
| HSV(B) | 289.86º | 0.85% | 0.68% | - |
| XYZ | 20.4 | 10.18 | 40.93 | - |
| YUV | 79.65 | 181.25 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 174 | 0.14 | 0.85 | 0 | 0.32 | 289.86 | 0.74 | 0.39 |
| Hex | 95 | 1A | AE | E | 55 | 0 | 20 | 122 | 4A | 27 |
| Octal | 225 | 32 | 256 | 16 | 125 | 0 | 40 | 442 | 112 | 47 |
| Binary | 10010101 | 11010 | 10101110 | 1110 | 1010101 | 0 | 100000 | 100100010 | 1001010 | 100111 |
Color Harmonies of #951AAE
Complementary color
Monochromatic Colors of #951AAE
Black with #951AAE
Text Example
Text Example
White with #951AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951AAE; }
p { color: rgb(149,26,174); }
H1.HeaderClassName
{
color: #951AAE;
}
.AnyTagClassName
{
color: #951AAE;
}
</style>
background-color css
<style>
a { background-color: #951AAE; }
a { background-color: rgb(149,26,174); }
div.DivClassName
{
background-color: #951AAE;
}
.BgClassName
{
background-color: #951AAE;
}
</style>
border-color css
<style>
span { border-color: #951AAE; }
span { border-color: rgb(149,26,174); }
td.TdClassName
{
border-color: #951AAE;
}
.TagClassName
{
border-color: #951AAE;
}
</style>