Shades of Dark Orchid #952CBF
Tints of Dark Orchid #952CBF
RGB
CMYK
RGB Variations
Color information
#952CBF (or 0x952CBF) is known color: Dark Orchid. HEX triplet: 95, 2C and BF. RGB value is (149,44,191). Sum of RGB (Red+Green+Blue) = 149+44+191=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #952CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CBF is #6AD340. Grayscale: #5B5B5B. Windows color (decimal): -7000897 or 12528789. OLE color: 12528789.
HSL color Cylindrical-coordinate representation of color #952CBF: hue angle of 282.86º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952CBF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 44 | 191 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.25 |
| HSL | 282.86º | 0.63% | 0.46% | - |
| HSV(B) | 282.86º | 0.77% | 0.75% | - |
| XYZ | 22.7 | 11.95 | 50.4 | - |
| YUV | 92.15 | 183.79 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 191 | 0.22 | 0.77 | 0 | 0.25 | 282.86 | 0.63 | 0.46 |
| Hex | 95 | 2C | BF | 16 | 4D | 0 | 19 | 11B | 3F | 2E |
| Octal | 225 | 54 | 277 | 26 | 115 | 0 | 31 | 433 | 77 | 56 |
| Binary | 10010101 | 101100 | 10111111 | 10110 | 1001101 | 0 | 11001 | 100011011 | 111111 | 101110 |
Color Harmonies of #952CBF
Complementary color
Monochromatic Colors of #952CBF
Black with #952CBF
Text Example
Text Example
White with #952CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952CBF; }
p { color: rgb(149,44,191); }
H1.HeaderClassName
{
color: #952CBF;
}
.AnyTagClassName
{
color: #952CBF;
}
</style>
background-color css
<style>
a { background-color: #952CBF; }
a { background-color: rgb(149,44,191); }
div.DivClassName
{
background-color: #952CBF;
}
.BgClassName
{
background-color: #952CBF;
}
</style>
border-color css
<style>
span { border-color: #952CBF; }
span { border-color: rgb(149,44,191); }
td.TdClassName
{
border-color: #952CBF;
}
.TagClassName
{
border-color: #952CBF;
}
</style>