Shades of Dark Orchid #953DD0
Tints of Dark Orchid #953DD0
RGB
CMYK
RGB Variations
Color information
#953DD0 (or 0x953DD0) is known color: Dark Orchid. HEX triplet: 95, 3D and D0. RGB value is (149,61,208). Sum of RGB (Red+Green+Blue) = 149+61+208=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #953DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DD0 is #6AC22F. Grayscale: #676767. Windows color (decimal): -6996528 or 13647253. OLE color: 13647253.
HSL color Cylindrical-coordinate representation of color #953DD0: hue angle of 275.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #953DD0 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 61 | 208 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.18 |
| HSL | 275.92º | 0.61% | 0.53% | - |
| HSV(B) | 275.92º | 0.71% | 0.82% | - |
| XYZ | 25.45 | 14.28 | 61.09 | - |
| YUV | 104.07 | 186.65 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 208 | 0.28 | 0.71 | 0 | 0.18 | 275.92 | 0.61 | 0.53 |
| Hex | 95 | 3D | D0 | 1C | 47 | 0 | 12 | 114 | 3D | 35 |
| Octal | 225 | 75 | 320 | 34 | 107 | 0 | 22 | 424 | 75 | 65 |
| Binary | 10010101 | 111101 | 11010000 | 11100 | 1000111 | 0 | 10010 | 100010100 | 111101 | 110101 |
Color Harmonies of #953DD0
Complementary color
Monochromatic Colors of #953DD0
Black with #953DD0
Text Example
Text Example
White with #953DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953DD0; }
p { color: rgb(149,61,208); }
H1.HeaderClassName
{
color: #953DD0;
}
.AnyTagClassName
{
color: #953DD0;
}
</style>
background-color css
<style>
a { background-color: #953DD0; }
a { background-color: rgb(149,61,208); }
div.DivClassName
{
background-color: #953DD0;
}
.BgClassName
{
background-color: #953DD0;
}
</style>
border-color css
<style>
span { border-color: #953DD0; }
span { border-color: rgb(149,61,208); }
td.TdClassName
{
border-color: #953DD0;
}
.TagClassName
{
border-color: #953DD0;
}
</style>