Shades of Dark Orchid #952ED3
Tints of Dark Orchid #952ED3
RGB
CMYK
RGB Variations
Color information
#952ED3 (or 0x952ED3) is known color: Dark Orchid. HEX triplet: 95, 2E and D3. RGB value is (149,46,211). Sum of RGB (Red+Green+Blue) = 149+46+211=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 211 (82.81% from 255 or 51.97% from 406); Max value from RGB is 211 - color contains mainly: blue. Hex color #952ED3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ED3 is #6AD12C. Grayscale: #5F5F5F. Windows color (decimal): -7000365 or 13840021. OLE color: 13840021.
HSL color Cylindrical-coordinate representation of color #952ED3: hue angle of 277.45º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952ED3 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 46 | 211 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.17 |
| HSL | 277.45º | 0.65% | 0.5% | - |
| HSV(B) | 277.45º | 0.78% | 0.83% | - |
| XYZ | 25.13 | 13.05 | 62.82 | - |
| YUV | 95.61 | 193.12 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 211 | 0.29 | 0.78 | 0 | 0.17 | 277.45 | 0.65 | 0.5 |
| Hex | 95 | 2E | D3 | 1D | 4E | 0 | 11 | 115 | 41 | 32 |
| Octal | 225 | 56 | 323 | 35 | 116 | 0 | 21 | 425 | 101 | 62 |
| Binary | 10010101 | 101110 | 11010011 | 11101 | 1001110 | 0 | 10001 | 100010101 | 1000001 | 110010 |
Color Harmonies of #952ED3
Complementary color
Monochromatic Colors of #952ED3
Black with #952ED3
Text Example
Text Example
White with #952ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952ED3; }
p { color: rgb(149,46,211); }
H1.HeaderClassName
{
color: #952ED3;
}
.AnyTagClassName
{
color: #952ED3;
}
</style>
background-color css
<style>
a { background-color: #952ED3; }
a { background-color: rgb(149,46,211); }
div.DivClassName
{
background-color: #952ED3;
}
.BgClassName
{
background-color: #952ED3;
}
</style>
border-color css
<style>
span { border-color: #952ED3; }
span { border-color: rgb(149,46,211); }
td.TdClassName
{
border-color: #952ED3;
}
.TagClassName
{
border-color: #952ED3;
}
</style>