Shades of Dark Orchid #953EDC
Tints of Dark Orchid #953EDC
RGB
CMYK
RGB Variations
Color information
#953EDC (or 0x953EDC) is known color: Dark Orchid. HEX triplet: 95, 3E and DC. RGB value is (149,62,220). Sum of RGB (Red+Green+Blue) = 149+62+220=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #953EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953EDC is #6AC123. Grayscale: #696969. Windows color (decimal): -6996260 or 14433941. OLE color: 14433941.
HSL color Cylindrical-coordinate representation of color #953EDC: hue angle of 273.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953EDC is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 62 | 220 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.14 |
| HSL | 273.04º | 0.69% | 0.55% | - |
| HSV(B) | 273.04º | 0.72% | 0.86% | - |
| XYZ | 27.04 | 15 | 69.18 | - |
| YUV | 106.03 | 192.32 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 220 | 0.32 | 0.72 | 0 | 0.14 | 273.04 | 0.69 | 0.55 |
| Hex | 95 | 3E | DC | 20 | 48 | 0 | E | 111 | 45 | 37 |
| Octal | 225 | 76 | 334 | 40 | 110 | 0 | 16 | 421 | 105 | 67 |
| Binary | 10010101 | 111110 | 11011100 | 100000 | 1001000 | 0 | 1110 | 100010001 | 1000101 | 110111 |
Color Harmonies of #953EDC
Complementary color
Monochromatic Colors of #953EDC
Black with #953EDC
Text Example
Text Example
White with #953EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953EDC; }
p { color: rgb(149,62,220); }
H1.HeaderClassName
{
color: #953EDC;
}
.AnyTagClassName
{
color: #953EDC;
}
</style>
background-color css
<style>
a { background-color: #953EDC; }
a { background-color: rgb(149,62,220); }
div.DivClassName
{
background-color: #953EDC;
}
.BgClassName
{
background-color: #953EDC;
}
</style>
border-color css
<style>
span { border-color: #953EDC; }
span { border-color: rgb(149,62,220); }
td.TdClassName
{
border-color: #953EDC;
}
.TagClassName
{
border-color: #953EDC;
}
</style>