Shades of Dark Orchid #952EC8
Tints of Dark Orchid #952EC8
RGB
CMYK
RGB Variations
Color information
#952EC8 (or 0x952EC8) is known color: Dark Orchid. HEX triplet: 95, 2E and C8. RGB value is (149,46,200). Sum of RGB (Red+Green+Blue) = 149+46+200=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #952EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952EC8 is #6AD137. Grayscale: #5D5D5D. Windows color (decimal): -7000376 or 13119125. OLE color: 13119125.
HSL color Cylindrical-coordinate representation of color #952EC8: hue angle of 280.13º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952EC8 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 46 | 200 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.22 |
| HSL | 280.13º | 0.63% | 0.48% | - |
| HSV(B) | 280.13º | 0.77% | 0.78% | - |
| XYZ | 23.8 | 12.51 | 55.8 | - |
| YUV | 94.35 | 187.62 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 200 | 0.26 | 0.77 | 0 | 0.22 | 280.13 | 0.63 | 0.48 |
| Hex | 95 | 2E | C8 | 1A | 4D | 0 | 16 | 118 | 3F | 30 |
| Octal | 225 | 56 | 310 | 32 | 115 | 0 | 26 | 430 | 77 | 60 |
| Binary | 10010101 | 101110 | 11001000 | 11010 | 1001101 | 0 | 10110 | 100011000 | 111111 | 110000 |
Color Harmonies of #952EC8
Complementary color
Monochromatic Colors of #952EC8
Black with #952EC8
Text Example
Text Example
White with #952EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952EC8; }
p { color: rgb(149,46,200); }
H1.HeaderClassName
{
color: #952EC8;
}
.AnyTagClassName
{
color: #952EC8;
}
</style>
background-color css
<style>
a { background-color: #952EC8; }
a { background-color: rgb(149,46,200); }
div.DivClassName
{
background-color: #952EC8;
}
.BgClassName
{
background-color: #952EC8;
}
</style>
border-color css
<style>
span { border-color: #952EC8; }
span { border-color: rgb(149,46,200); }
td.TdClassName
{
border-color: #952EC8;
}
.TagClassName
{
border-color: #952EC8;
}
</style>