Shades of Dark Orchid #952DB5
Tints of Dark Orchid #952DB5
RGB
CMYK
RGB Variations
Color information
#952DB5 (or 0x952DB5) is known color: Dark Orchid. HEX triplet: 95, 2D and B5. RGB value is (149,45,181). Sum of RGB (Red+Green+Blue) = 149+45+181=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #952DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DB5 is #6AD24A. Grayscale: #5B5B5B. Windows color (decimal): -7000651 or 11873685. OLE color: 11873685.
HSL color Cylindrical-coordinate representation of color #952DB5: hue angle of 285.88º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952DB5 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 45 | 181 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.29 |
| HSL | 285.88º | 0.6% | 0.44% | - |
| HSV(B) | 285.88º | 0.75% | 0.71% | - |
| XYZ | 21.67 | 11.6 | 44.81 | - |
| YUV | 91.6 | 178.46 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 181 | 0.18 | 0.75 | 0 | 0.29 | 285.88 | 0.6 | 0.44 |
| Hex | 95 | 2D | B5 | 12 | 4B | 0 | 1D | 11E | 3C | 2C |
| Octal | 225 | 55 | 265 | 22 | 113 | 0 | 35 | 436 | 74 | 54 |
| Binary | 10010101 | 101101 | 10110101 | 10010 | 1001011 | 0 | 11101 | 100011110 | 111100 | 101100 |
Color Harmonies of #952DB5
Complementary color
Monochromatic Colors of #952DB5
Black with #952DB5
Text Example
Text Example
White with #952DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DB5; }
p { color: rgb(149,45,181); }
H1.HeaderClassName
{
color: #952DB5;
}
.AnyTagClassName
{
color: #952DB5;
}
</style>
background-color css
<style>
a { background-color: #952DB5; }
a { background-color: rgb(149,45,181); }
div.DivClassName
{
background-color: #952DB5;
}
.BgClassName
{
background-color: #952DB5;
}
</style>
border-color css
<style>
span { border-color: #952DB5; }
span { border-color: rgb(149,45,181); }
td.TdClassName
{
border-color: #952DB5;
}
.TagClassName
{
border-color: #952DB5;
}
</style>