Shades of Dark Orchid #952BCD
Tints of Dark Orchid #952BCD
RGB
CMYK
RGB Variations
Color information
#952BCD (or 0x952BCD) is known color: Dark Orchid. HEX triplet: 95, 2B and CD. RGB value is (149,43,205). Sum of RGB (Red+Green+Blue) = 149+43+205=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #952BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BCD is #6AD432. Grayscale: #5C5C5C. Windows color (decimal): -7001139 or 13446037. OLE color: 13446037.
HSL color Cylindrical-coordinate representation of color #952BCD: hue angle of 279.26º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952BCD is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 43 | 205 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.20 |
| HSL | 279.26º | 0.65% | 0.49% | - |
| HSV(B) | 279.26º | 0.79% | 0.8% | - |
| XYZ | 24.28 | 12.53 | 58.9 | - |
| YUV | 93.16 | 191.12 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 205 | 0.27 | 0.79 | 0 | 0.20 | 279.26 | 0.65 | 0.49 |
| Hex | 95 | 2B | CD | 1B | 4F | 0 | 14 | 117 | 41 | 31 |
| Octal | 225 | 53 | 315 | 33 | 117 | 0 | 24 | 427 | 101 | 61 |
| Binary | 10010101 | 101011 | 11001101 | 11011 | 1001111 | 0 | 10100 | 100010111 | 1000001 | 110001 |
Color Harmonies of #952BCD
Complementary color
Monochromatic Colors of #952BCD
Black with #952BCD
Text Example
Text Example
White with #952BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BCD; }
p { color: rgb(149,43,205); }
H1.HeaderClassName
{
color: #952BCD;
}
.AnyTagClassName
{
color: #952BCD;
}
</style>
background-color css
<style>
a { background-color: #952BCD; }
a { background-color: rgb(149,43,205); }
div.DivClassName
{
background-color: #952BCD;
}
.BgClassName
{
background-color: #952BCD;
}
</style>
border-color css
<style>
span { border-color: #952BCD; }
span { border-color: rgb(149,43,205); }
td.TdClassName
{
border-color: #952BCD;
}
.TagClassName
{
border-color: #952BCD;
}
</style>