Shades of Dark Orchid #952DBE
Tints of Dark Orchid #952DBE
RGB
CMYK
RGB Variations
Color information
#952DBE (or 0x952DBE) is known color: Dark Orchid. HEX triplet: 95, 2D and BE. RGB value is (149,45,190). Sum of RGB (Red+Green+Blue) = 149+45+190=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #952DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DBE is #6AD241. Grayscale: #5C5C5C. Windows color (decimal): -7000642 or 12463509. OLE color: 12463509.
HSL color Cylindrical-coordinate representation of color #952DBE: hue angle of 283.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952DBE is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 45 | 190 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.25 |
| HSL | 283.03º | 0.62% | 0.46% | - |
| HSV(B) | 283.03º | 0.76% | 0.75% | - |
| XYZ | 22.63 | 11.98 | 49.84 | - |
| YUV | 92.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 190 | 0.22 | 0.76 | 0 | 0.25 | 283.03 | 0.62 | 0.46 |
| Hex | 95 | 2D | BE | 16 | 4C | 0 | 19 | 11B | 3E | 2E |
| Octal | 225 | 55 | 276 | 26 | 114 | 0 | 31 | 433 | 76 | 56 |
| Binary | 10010101 | 101101 | 10111110 | 10110 | 1001100 | 0 | 11001 | 100011011 | 111110 | 101110 |
Color Harmonies of #952DBE
Complementary color
Monochromatic Colors of #952DBE
Black with #952DBE
Text Example
Text Example
White with #952DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DBE; }
p { color: rgb(149,45,190); }
H1.HeaderClassName
{
color: #952DBE;
}
.AnyTagClassName
{
color: #952DBE;
}
</style>
background-color css
<style>
a { background-color: #952DBE; }
a { background-color: rgb(149,45,190); }
div.DivClassName
{
background-color: #952DBE;
}
.BgClassName
{
background-color: #952DBE;
}
</style>
border-color css
<style>
span { border-color: #952DBE; }
span { border-color: rgb(149,45,190); }
td.TdClassName
{
border-color: #952DBE;
}
.TagClassName
{
border-color: #952DBE;
}
</style>