Shades of Dark Orchid #952CBA
Tints of Dark Orchid #952CBA
RGB
CMYK
RGB Variations
Color information
#952CBA (or 0x952CBA) is known color: Dark Orchid. HEX triplet: 95, 2C and BA. RGB value is (149,44,186). Sum of RGB (Red+Green+Blue) = 149+44+186=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #952CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CBA is #6AD345. Grayscale: #5B5B5B. Windows color (decimal): -7000902 or 12201109. OLE color: 12201109.
HSL color Cylindrical-coordinate representation of color #952CBA: hue angle of 284.37º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952CBA is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 44 | 186 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.27 |
| HSL | 284.37º | 0.62% | 0.45% | - |
| HSV(B) | 284.37º | 0.76% | 0.73% | - |
| XYZ | 22.16 | 11.74 | 47.55 | - |
| YUV | 91.58 | 181.29 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 186 | 0.20 | 0.76 | 0 | 0.27 | 284.37 | 0.62 | 0.45 |
| Hex | 95 | 2C | BA | 14 | 4C | 0 | 1B | 11C | 3E | 2D |
| Octal | 225 | 54 | 272 | 24 | 114 | 0 | 33 | 434 | 76 | 55 |
| Binary | 10010101 | 101100 | 10111010 | 10100 | 1001100 | 0 | 11011 | 100011100 | 111110 | 101101 |
Color Harmonies of #952CBA
Complementary color
Monochromatic Colors of #952CBA
Black with #952CBA
Text Example
Text Example
White with #952CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952CBA; }
p { color: rgb(149,44,186); }
H1.HeaderClassName
{
color: #952CBA;
}
.AnyTagClassName
{
color: #952CBA;
}
</style>
background-color css
<style>
a { background-color: #952CBA; }
a { background-color: rgb(149,44,186); }
div.DivClassName
{
background-color: #952CBA;
}
.BgClassName
{
background-color: #952CBA;
}
</style>
border-color css
<style>
span { border-color: #952CBA; }
span { border-color: rgb(149,44,186); }
td.TdClassName
{
border-color: #952CBA;
}
.TagClassName
{
border-color: #952CBA;
}
</style>