Shades of Dark Orchid #952BBC
Tints of Dark Orchid #952BBC
RGB
CMYK
RGB Variations
Color information
#952BBC (or 0x952BBC) is known color: Dark Orchid. HEX triplet: 95, 2B and BC. RGB value is (149,43,188). Sum of RGB (Red+Green+Blue) = 149+43+188=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #952BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BBC is #6AD443. Grayscale: #5A5A5A. Windows color (decimal): -7001156 or 12331925. OLE color: 12331925.
HSL color Cylindrical-coordinate representation of color #952BBC: hue angle of 283.86º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952BBC is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 43 | 188 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.26 |
| HSL | 283.86º | 0.63% | 0.45% | - |
| HSV(B) | 283.86º | 0.77% | 0.74% | - |
| XYZ | 22.34 | 11.75 | 48.67 | - |
| YUV | 91.22 | 182.62 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 188 | 0.21 | 0.77 | 0 | 0.26 | 283.86 | 0.63 | 0.45 |
| Hex | 95 | 2B | BC | 15 | 4D | 0 | 1A | 11C | 3F | 2D |
| Octal | 225 | 53 | 274 | 25 | 115 | 0 | 32 | 434 | 77 | 55 |
| Binary | 10010101 | 101011 | 10111100 | 10101 | 1001101 | 0 | 11010 | 100011100 | 111111 | 101101 |
Color Harmonies of #952BBC
Complementary color
Monochromatic Colors of #952BBC
Black with #952BBC
Text Example
Text Example
White with #952BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BBC; }
p { color: rgb(149,43,188); }
H1.HeaderClassName
{
color: #952BBC;
}
.AnyTagClassName
{
color: #952BBC;
}
</style>
background-color css
<style>
a { background-color: #952BBC; }
a { background-color: rgb(149,43,188); }
div.DivClassName
{
background-color: #952BBC;
}
.BgClassName
{
background-color: #952BBC;
}
</style>
border-color css
<style>
span { border-color: #952BBC; }
span { border-color: rgb(149,43,188); }
td.TdClassName
{
border-color: #952BBC;
}
.TagClassName
{
border-color: #952BBC;
}
</style>