Shades of Dark Orchid #952DB2
Tints of Dark Orchid #952DB2
RGB
CMYK
RGB Variations
Color information
#952DB2 (or 0x952DB2) is known color: Dark Orchid. HEX triplet: 95, 2D and B2. RGB value is (149,45,178). Sum of RGB (Red+Green+Blue) = 149+45+178=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #952DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952DB2 is #6AD24D. Grayscale: #5A5A5A. Windows color (decimal): -7000654 or 11677077. OLE color: 11677077.
HSL color Cylindrical-coordinate representation of color #952DB2: hue angle of 286.92º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952DB2 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 45 | 178 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.30 |
| HSL | 286.92º | 0.6% | 0.44% | - |
| HSV(B) | 286.92º | 0.75% | 0.7% | - |
| XYZ | 21.37 | 11.48 | 43.21 | - |
| YUV | 91.26 | 176.96 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 178 | 0.16 | 0.75 | 0 | 0.30 | 286.92 | 0.6 | 0.44 |
| Hex | 95 | 2D | B2 | 10 | 4B | 0 | 1E | 11F | 3C | 2C |
| Octal | 225 | 55 | 262 | 20 | 113 | 0 | 36 | 437 | 74 | 54 |
| Binary | 10010101 | 101101 | 10110010 | 10000 | 1001011 | 0 | 11110 | 100011111 | 111100 | 101100 |
Color Harmonies of #952DB2
Complementary color
Monochromatic Colors of #952DB2
Black with #952DB2
Text Example
Text Example
White with #952DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DB2; }
p { color: rgb(149,45,178); }
H1.HeaderClassName
{
color: #952DB2;
}
.AnyTagClassName
{
color: #952DB2;
}
</style>
background-color css
<style>
a { background-color: #952DB2; }
a { background-color: rgb(149,45,178); }
div.DivClassName
{
background-color: #952DB2;
}
.BgClassName
{
background-color: #952DB2;
}
</style>
border-color css
<style>
span { border-color: #952DB2; }
span { border-color: rgb(149,45,178); }
td.TdClassName
{
border-color: #952DB2;
}
.TagClassName
{
border-color: #952DB2;
}
</style>