Shades of Dark Orchid #953EBE
Tints of Dark Orchid #953EBE
RGB
CMYK
RGB Variations
Color information
#953EBE (or 0x953EBE) is known color: Dark Orchid. HEX triplet: 95, 3E and BE. RGB value is (149,62,190). Sum of RGB (Red+Green+Blue) = 149+62+190=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #953EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953EBE is #6AC141. Grayscale: #666666. Windows color (decimal): -6996290 or 12467861. OLE color: 12467861.
HSL color Cylindrical-coordinate representation of color #953EBE: hue angle of 280.78º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953EBE is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 62 | 190 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.25 |
| HSL | 280.78º | 0.51% | 0.49% | - |
| HSV(B) | 280.78º | 0.67% | 0.75% | - |
| XYZ | 23.41 | 13.55 | 50.1 | - |
| YUV | 102.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 190 | 0.22 | 0.67 | 0 | 0.25 | 280.78 | 0.51 | 0.49 |
| Hex | 95 | 3E | BE | 16 | 43 | 0 | 19 | 119 | 33 | 31 |
| Octal | 225 | 76 | 276 | 26 | 103 | 0 | 31 | 431 | 63 | 61 |
| Binary | 10010101 | 111110 | 10111110 | 10110 | 1000011 | 0 | 11001 | 100011001 | 110011 | 110001 |
Color Harmonies of #953EBE
Complementary color
Monochromatic Colors of #953EBE
Black with #953EBE
Text Example
Text Example
White with #953EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953EBE; }
p { color: rgb(149,62,190); }
H1.HeaderClassName
{
color: #953EBE;
}
.AnyTagClassName
{
color: #953EBE;
}
</style>
background-color css
<style>
a { background-color: #953EBE; }
a { background-color: rgb(149,62,190); }
div.DivClassName
{
background-color: #953EBE;
}
.BgClassName
{
background-color: #953EBE;
}
</style>
border-color css
<style>
span { border-color: #953EBE; }
span { border-color: rgb(149,62,190); }
td.TdClassName
{
border-color: #953EBE;
}
.TagClassName
{
border-color: #953EBE;
}
</style>