Shades of Dark Orchid #952ACE
Tints of Dark Orchid #952ACE
RGB
CMYK
RGB Variations
Color information
#952ACE (or 0x952ACE) is known color: Dark Orchid. HEX triplet: 95, 2A and CE. RGB value is (149,42,206). Sum of RGB (Red+Green+Blue) = 149+42+206=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #952ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ACE is #6AD531. Grayscale: #5C5C5C. Windows color (decimal): -7001394 or 13511317. OLE color: 13511317.
HSL color Cylindrical-coordinate representation of color #952ACE: hue angle of 279.15º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952ACE is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 42 | 206 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.19 |
| HSL | 279.15º | 0.66% | 0.49% | - |
| HSV(B) | 279.15º | 0.8% | 0.81% | - |
| XYZ | 24.36 | 12.5 | 59.52 | - |
| YUV | 92.69 | 191.95 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 206 | 0.28 | 0.80 | 0 | 0.19 | 279.15 | 0.66 | 0.49 |
| Hex | 95 | 2A | CE | 1C | 50 | 0 | 13 | 117 | 42 | 31 |
| Octal | 225 | 52 | 316 | 34 | 120 | 0 | 23 | 427 | 102 | 61 |
| Binary | 10010101 | 101010 | 11001110 | 11100 | 1010000 | 0 | 10011 | 100010111 | 1000010 | 110001 |
Color Harmonies of #952ACE
Complementary color
Monochromatic Colors of #952ACE
Black with #952ACE
Text Example
Text Example
White with #952ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952ACE; }
p { color: rgb(149,42,206); }
H1.HeaderClassName
{
color: #952ACE;
}
.AnyTagClassName
{
color: #952ACE;
}
</style>
background-color css
<style>
a { background-color: #952ACE; }
a { background-color: rgb(149,42,206); }
div.DivClassName
{
background-color: #952ACE;
}
.BgClassName
{
background-color: #952ACE;
}
</style>
border-color css
<style>
span { border-color: #952ACE; }
span { border-color: rgb(149,42,206); }
td.TdClassName
{
border-color: #952ACE;
}
.TagClassName
{
border-color: #952ACE;
}
</style>