Shades of Dark Orchid #953ACE
Tints of Dark Orchid #953ACE
RGB
CMYK
RGB Variations
Color information
#953ACE (or 0x953ACE) is known color: Dark Orchid. HEX triplet: 95, 3A and CE. RGB value is (149,58,206). Sum of RGB (Red+Green+Blue) = 149+58+206=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #953ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ACE is #6AC531. Grayscale: #656565. Windows color (decimal): -6997298 or 13515413. OLE color: 13515413.
HSL color Cylindrical-coordinate representation of color #953ACE: hue angle of 276.89º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953ACE is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 58 | 206 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.19 |
| HSL | 276.89º | 0.6% | 0.52% | - |
| HSV(B) | 276.89º | 0.72% | 0.81% | - |
| XYZ | 25.05 | 13.87 | 59.75 | - |
| YUV | 102.08 | 186.65 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 206 | 0.28 | 0.72 | 0 | 0.19 | 276.89 | 0.6 | 0.52 |
| Hex | 95 | 3A | CE | 1C | 48 | 0 | 13 | 115 | 3C | 34 |
| Octal | 225 | 72 | 316 | 34 | 110 | 0 | 23 | 425 | 74 | 64 |
| Binary | 10010101 | 111010 | 11001110 | 11100 | 1001000 | 0 | 10011 | 100010101 | 111100 | 110100 |
Color Harmonies of #953ACE
Complementary color
Monochromatic Colors of #953ACE
Black with #953ACE
Text Example
Text Example
White with #953ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953ACE; }
p { color: rgb(149,58,206); }
H1.HeaderClassName
{
color: #953ACE;
}
.AnyTagClassName
{
color: #953ACE;
}
</style>
background-color css
<style>
a { background-color: #953ACE; }
a { background-color: rgb(149,58,206); }
div.DivClassName
{
background-color: #953ACE;
}
.BgClassName
{
background-color: #953ACE;
}
</style>
border-color css
<style>
span { border-color: #953ACE; }
span { border-color: rgb(149,58,206); }
td.TdClassName
{
border-color: #953ACE;
}
.TagClassName
{
border-color: #953ACE;
}
</style>