Shades of Dark Orchid #951ACD
Tints of Dark Orchid #951ACD
RGB
CMYK
RGB Variations
Color information
#951ACD (or 0x951ACD) is known color: Dark Orchid. HEX triplet: 95, 1A and CD. RGB value is (149,26,205). Sum of RGB (Red+Green+Blue) = 149+26+205=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #951ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ACD is #6AE532. Grayscale: #525252. Windows color (decimal): -7005491 or 13441685. OLE color: 13441685.
HSL color Cylindrical-coordinate representation of color #951ACD: hue angle of 281.23º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951ACD is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 26 | 205 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.20 |
| HSL | 281.23º | 0.77% | 0.45% | - |
| HSV(B) | 281.23º | 0.87% | 0.8% | - |
| XYZ | 23.78 | 11.54 | 58.73 | - |
| YUV | 83.18 | 196.75 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 205 | 0.27 | 0.87 | 0 | 0.20 | 281.23 | 0.77 | 0.45 |
| Hex | 95 | 1A | CD | 1B | 57 | 0 | 14 | 119 | 4D | 2D |
| Octal | 225 | 32 | 315 | 33 | 127 | 0 | 24 | 431 | 115 | 55 |
| Binary | 10010101 | 11010 | 11001101 | 11011 | 1010111 | 0 | 10100 | 100011001 | 1001101 | 101101 |
Color Harmonies of #951ACD
Complementary color
Monochromatic Colors of #951ACD
Black with #951ACD
Text Example
Text Example
White with #951ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951ACD; }
p { color: rgb(149,26,205); }
H1.HeaderClassName
{
color: #951ACD;
}
.AnyTagClassName
{
color: #951ACD;
}
</style>
background-color css
<style>
a { background-color: #951ACD; }
a { background-color: rgb(149,26,205); }
div.DivClassName
{
background-color: #951ACD;
}
.BgClassName
{
background-color: #951ACD;
}
</style>
border-color css
<style>
span { border-color: #951ACD; }
span { border-color: rgb(149,26,205); }
td.TdClassName
{
border-color: #951ACD;
}
.TagClassName
{
border-color: #951ACD;
}
</style>