Shades of Dark Orchid #953AD1
Tints of Dark Orchid #953AD1
RGB
CMYK
RGB Variations
Color information
#953AD1 (or 0x953AD1) is known color: Dark Orchid. HEX triplet: 95, 3A and D1. RGB value is (149,58,209). Sum of RGB (Red+Green+Blue) = 149+58+209=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 209 (82.03% from 255 or 50.24% from 416); Max value from RGB is 209 - color contains mainly: blue. Hex color #953AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953AD1 is #6AC52E. Grayscale: #656565. Windows color (decimal): -6997295 or 13712021. OLE color: 13712021.
HSL color Cylindrical-coordinate representation of color #953AD1: hue angle of 276.16º degrees, saturation: 0.62, 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 #953AD1 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 58 | 209 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.18 |
| HSL | 276.16º | 0.62% | 0.52% | - |
| HSV(B) | 276.16º | 0.72% | 0.82% | - |
| XYZ | 25.42 | 14.02 | 61.69 | - |
| YUV | 102.42 | 188.15 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 209 | 0.29 | 0.72 | 0 | 0.18 | 276.16 | 0.62 | 0.52 |
| Hex | 95 | 3A | D1 | 1D | 48 | 0 | 12 | 114 | 3E | 34 |
| Octal | 225 | 72 | 321 | 35 | 110 | 0 | 22 | 424 | 76 | 64 |
| Binary | 10010101 | 111010 | 11010001 | 11101 | 1001000 | 0 | 10010 | 100010100 | 111110 | 110100 |
Color Harmonies of #953AD1
Complementary color
Monochromatic Colors of #953AD1
Black with #953AD1
Text Example
Text Example
White with #953AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953AD1; }
p { color: rgb(149,58,209); }
H1.HeaderClassName
{
color: #953AD1;
}
.AnyTagClassName
{
color: #953AD1;
}
</style>
background-color css
<style>
a { background-color: #953AD1; }
a { background-color: rgb(149,58,209); }
div.DivClassName
{
background-color: #953AD1;
}
.BgClassName
{
background-color: #953AD1;
}
</style>
border-color css
<style>
span { border-color: #953AD1; }
span { border-color: rgb(149,58,209); }
td.TdClassName
{
border-color: #953AD1;
}
.TagClassName
{
border-color: #953AD1;
}
</style>