Shades of Dark Orchid #953AD0
Tints of Dark Orchid #953AD0
RGB
CMYK
RGB Variations
Color information
#953AD0 (or 0x953AD0) is known color: Dark Orchid. HEX triplet: 95, 3A and D0. RGB value is (149,58,208). Sum of RGB (Red+Green+Blue) = 149+58+208=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #953AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953AD0 is #6AC52F. Grayscale: #656565. Windows color (decimal): -6997296 or 13646485. OLE color: 13646485.
HSL color Cylindrical-coordinate representation of color #953AD0: hue angle of 276.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953AD0 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 58 | 208 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.18 |
| HSL | 276.4º | 0.61% | 0.52% | - |
| HSV(B) | 276.4º | 0.72% | 0.82% | - |
| XYZ | 25.29 | 13.97 | 61.04 | - |
| YUV | 102.31 | 187.65 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 208 | 0.28 | 0.72 | 0 | 0.18 | 276.4 | 0.61 | 0.52 |
| Hex | 95 | 3A | D0 | 1C | 48 | 0 | 12 | 114 | 3D | 34 |
| Octal | 225 | 72 | 320 | 34 | 110 | 0 | 22 | 424 | 75 | 64 |
| Binary | 10010101 | 111010 | 11010000 | 11100 | 1001000 | 0 | 10010 | 100010100 | 111101 | 110100 |
Color Harmonies of #953AD0
Complementary color
Monochromatic Colors of #953AD0
Black with #953AD0
Text Example
Text Example
White with #953AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953AD0; }
p { color: rgb(149,58,208); }
H1.HeaderClassName
{
color: #953AD0;
}
.AnyTagClassName
{
color: #953AD0;
}
</style>
background-color css
<style>
a { background-color: #953AD0; }
a { background-color: rgb(149,58,208); }
div.DivClassName
{
background-color: #953AD0;
}
.BgClassName
{
background-color: #953AD0;
}
</style>
border-color css
<style>
span { border-color: #953AD0; }
span { border-color: rgb(149,58,208); }
td.TdClassName
{
border-color: #953AD0;
}
.TagClassName
{
border-color: #953AD0;
}
</style>