Shades of Dark Orchid #953DD8
Tints of Dark Orchid #953DD8
RGB
CMYK
RGB Variations
Color information
#953DD8 (or 0x953DD8) is known color: Dark Orchid. HEX triplet: 95, 3D and D8. RGB value is (149,61,216). Sum of RGB (Red+Green+Blue) = 149+61+216=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #953DD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DD8 is #6AC227. Grayscale: #686868. Windows color (decimal): -6996520 or 14171541. OLE color: 14171541.
HSL color Cylindrical-coordinate representation of color #953DD8: hue angle of 274.06º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953DD8 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 61 | 216 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.15 |
| HSL | 274.06º | 0.67% | 0.54% | - |
| HSV(B) | 274.06º | 0.72% | 0.85% | - |
| XYZ | 26.46 | 14.68 | 66.41 | - |
| YUV | 104.98 | 190.65 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 216 | 0.31 | 0.72 | 0 | 0.15 | 274.06 | 0.67 | 0.54 |
| Hex | 95 | 3D | D8 | 1F | 48 | 0 | F | 112 | 43 | 36 |
| Octal | 225 | 75 | 330 | 37 | 110 | 0 | 17 | 422 | 103 | 66 |
| Binary | 10010101 | 111101 | 11011000 | 11111 | 1001000 | 0 | 1111 | 100010010 | 1000011 | 110110 |
Color Harmonies of #953DD8
Complementary color
Monochromatic Colors of #953DD8
Black with #953DD8
Text Example
Text Example
White with #953DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953DD8; }
p { color: rgb(149,61,216); }
H1.HeaderClassName
{
color: #953DD8;
}
.AnyTagClassName
{
color: #953DD8;
}
</style>
background-color css
<style>
a { background-color: #953DD8; }
a { background-color: rgb(149,61,216); }
div.DivClassName
{
background-color: #953DD8;
}
.BgClassName
{
background-color: #953DD8;
}
</style>
border-color css
<style>
span { border-color: #953DD8; }
span { border-color: rgb(149,61,216); }
td.TdClassName
{
border-color: #953DD8;
}
.TagClassName
{
border-color: #953DD8;
}
</style>