Shades of Dark Orchid #952BD4
Tints of Dark Orchid #952BD4
RGB
CMYK
RGB Variations
Color information
#952BD4 (or 0x952BD4) is known color: Dark Orchid. HEX triplet: 95, 2B and D4. RGB value is (149,43,212). Sum of RGB (Red+Green+Blue) = 149+43+212=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 212 (83.20% from 255 or 52.48% from 404); Max value from RGB is 212 - color contains mainly: blue. Hex color #952BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BD4 is #6AD42B. Grayscale: #5D5D5D. Windows color (decimal): -7001132 or 13904789. OLE color: 13904789.
HSL color Cylindrical-coordinate representation of color #952BD4: hue angle of 277.63º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952BD4 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 43 | 212 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.17 |
| HSL | 277.63º | 0.66% | 0.5% | - |
| HSV(B) | 277.63º | 0.8% | 0.83% | - |
| XYZ | 25.14 | 12.87 | 63.45 | - |
| YUV | 93.96 | 194.62 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 212 | 0.30 | 0.80 | 0 | 0.17 | 277.63 | 0.66 | 0.5 |
| Hex | 95 | 2B | D4 | 1E | 50 | 0 | 11 | 116 | 42 | 32 |
| Octal | 225 | 53 | 324 | 36 | 120 | 0 | 21 | 426 | 102 | 62 |
| Binary | 10010101 | 101011 | 11010100 | 11110 | 1010000 | 0 | 10001 | 100010110 | 1000010 | 110010 |
Color Harmonies of #952BD4
Complementary color
Monochromatic Colors of #952BD4
Black with #952BD4
Text Example
Text Example
White with #952BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BD4; }
p { color: rgb(149,43,212); }
H1.HeaderClassName
{
color: #952BD4;
}
.AnyTagClassName
{
color: #952BD4;
}
</style>
background-color css
<style>
a { background-color: #952BD4; }
a { background-color: rgb(149,43,212); }
div.DivClassName
{
background-color: #952BD4;
}
.BgClassName
{
background-color: #952BD4;
}
</style>
border-color css
<style>
span { border-color: #952BD4; }
span { border-color: rgb(149,43,212); }
td.TdClassName
{
border-color: #952BD4;
}
.TagClassName
{
border-color: #952BD4;
}
</style>