Shades of Dark Orchid #952ACD
Tints of Dark Orchid #952ACD
RGB
CMYK
RGB Variations
Color information
#952ACD (or 0x952ACD) is known color: Dark Orchid. HEX triplet: 95, 2A and CD. RGB value is (149,42,205). Sum of RGB (Red+Green+Blue) = 149+42+205=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #952ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ACD is #6AD532. Grayscale: #5C5C5C. Windows color (decimal): -7001395 or 13445781. OLE color: 13445781.
HSL color Cylindrical-coordinate representation of color #952ACD: hue angle of 279.39º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952ACD is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 42 | 205 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.20 |
| HSL | 279.39º | 0.66% | 0.48% | - |
| HSV(B) | 279.39º | 0.8% | 0.8% | - |
| XYZ | 24.24 | 12.45 | 58.88 | - |
| YUV | 92.58 | 191.45 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 205 | 0.27 | 0.80 | 0 | 0.20 | 279.39 | 0.66 | 0.48 |
| Hex | 95 | 2A | CD | 1B | 50 | 0 | 14 | 117 | 42 | 30 |
| Octal | 225 | 52 | 315 | 33 | 120 | 0 | 24 | 427 | 102 | 60 |
| Binary | 10010101 | 101010 | 11001101 | 11011 | 1010000 | 0 | 10100 | 100010111 | 1000010 | 110000 |
Color Harmonies of #952ACD
Complementary color
Monochromatic Colors of #952ACD
Black with #952ACD
Text Example
Text Example
White with #952ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952ACD; }
p { color: rgb(149,42,205); }
H1.HeaderClassName
{
color: #952ACD;
}
.AnyTagClassName
{
color: #952ACD;
}
</style>
background-color css
<style>
a { background-color: #952ACD; }
a { background-color: rgb(149,42,205); }
div.DivClassName
{
background-color: #952ACD;
}
.BgClassName
{
background-color: #952ACD;
}
</style>
border-color css
<style>
span { border-color: #952ACD; }
span { border-color: rgb(149,42,205); }
td.TdClassName
{
border-color: #952ACD;
}
.TagClassName
{
border-color: #952ACD;
}
</style>