Shades of Dark Orchid #953AD5
Tints of Dark Orchid #953AD5
RGB
CMYK
RGB Variations
Color information
#953AD5 (or 0x953AD5) is known color: Dark Orchid. HEX triplet: 95, 3A and D5. RGB value is (149,58,213). Sum of RGB (Red+Green+Blue) = 149+58+213=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #953AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953AD5 is #6AC52A. Grayscale: #666666. Windows color (decimal): -6997291 or 13974165. OLE color: 13974165.
HSL color Cylindrical-coordinate representation of color #953AD5: hue angle of 275.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #953AD5 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 58 | 213 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.16 |
| HSL | 275.23º | 0.65% | 0.53% | - |
| HSV(B) | 275.23º | 0.73% | 0.84% | - |
| XYZ | 25.92 | 14.22 | 64.33 | - |
| YUV | 102.88 | 190.15 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 213 | 0.30 | 0.73 | 0 | 0.16 | 275.23 | 0.65 | 0.53 |
| Hex | 95 | 3A | D5 | 1E | 49 | 0 | 10 | 113 | 41 | 35 |
| Octal | 225 | 72 | 325 | 36 | 111 | 0 | 20 | 423 | 101 | 65 |
| Binary | 10010101 | 111010 | 11010101 | 11110 | 1001001 | 0 | 10000 | 100010011 | 1000001 | 110101 |
Color Harmonies of #953AD5
Complementary color
Monochromatic Colors of #953AD5
Black with #953AD5
Text Example
Text Example
White with #953AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953AD5; }
p { color: rgb(149,58,213); }
H1.HeaderClassName
{
color: #953AD5;
}
.AnyTagClassName
{
color: #953AD5;
}
</style>
background-color css
<style>
a { background-color: #953AD5; }
a { background-color: rgb(149,58,213); }
div.DivClassName
{
background-color: #953AD5;
}
.BgClassName
{
background-color: #953AD5;
}
</style>
border-color css
<style>
span { border-color: #953AD5; }
span { border-color: rgb(149,58,213); }
td.TdClassName
{
border-color: #953AD5;
}
.TagClassName
{
border-color: #953AD5;
}
</style>