Shades of Dark Orchid #952BCB
Tints of Dark Orchid #952BCB
RGB
CMYK
RGB Variations
Color information
#952BCB (or 0x952BCB) is known color: Dark Orchid. HEX triplet: 95, 2B and CB. RGB value is (149,43,203). Sum of RGB (Red+Green+Blue) = 149+43+203=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #952BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BCB is #6AD434. Grayscale: #5C5C5C. Windows color (decimal): -7001141 or 13314965. OLE color: 13314965.
HSL color Cylindrical-coordinate representation of color #952BCB: hue angle of 279.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952BCB is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 43 | 203 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.20 |
| HSL | 279.75º | 0.65% | 0.48% | - |
| HSV(B) | 279.75º | 0.79% | 0.8% | - |
| XYZ | 24.04 | 12.43 | 57.63 | - |
| YUV | 92.93 | 190.12 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 203 | 0.27 | 0.79 | 0 | 0.20 | 279.75 | 0.65 | 0.48 |
| Hex | 95 | 2B | CB | 1B | 4F | 0 | 14 | 118 | 41 | 30 |
| Octal | 225 | 53 | 313 | 33 | 117 | 0 | 24 | 430 | 101 | 60 |
| Binary | 10010101 | 101011 | 11001011 | 11011 | 1001111 | 0 | 10100 | 100011000 | 1000001 | 110000 |
Color Harmonies of #952BCB
Complementary color
Monochromatic Colors of #952BCB
Black with #952BCB
Text Example
Text Example
White with #952BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BCB; }
p { color: rgb(149,43,203); }
H1.HeaderClassName
{
color: #952BCB;
}
.AnyTagClassName
{
color: #952BCB;
}
</style>
background-color css
<style>
a { background-color: #952BCB; }
a { background-color: rgb(149,43,203); }
div.DivClassName
{
background-color: #952BCB;
}
.BgClassName
{
background-color: #952BCB;
}
</style>
border-color css
<style>
span { border-color: #952BCB; }
span { border-color: rgb(149,43,203); }
td.TdClassName
{
border-color: #952BCB;
}
.TagClassName
{
border-color: #952BCB;
}
</style>