Shades of Dark Orchid #953FD8
Tints of Dark Orchid #953FD8
RGB
CMYK
RGB Variations
Color information
#953FD8 (or 0x953FD8) is known color: Dark Orchid. HEX triplet: 95, 3F and D8. RGB value is (149,63,216). Sum of RGB (Red+Green+Blue) = 149+63+216=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #953FD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FD8 is #6AC027. Grayscale: #696969. Windows color (decimal): -6996008 or 14172053. OLE color: 14172053.
HSL color Cylindrical-coordinate representation of color #953FD8: hue angle of 273.73º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #953FD8 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 63 | 216 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.15 |
| HSL | 273.73º | 0.66% | 0.55% | - |
| HSV(B) | 273.73º | 0.71% | 0.85% | - |
| XYZ | 26.57 | 14.9 | 66.44 | - |
| YUV | 106.16 | 189.99 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 216 | 0.31 | 0.71 | 0 | 0.15 | 273.73 | 0.66 | 0.55 |
| Hex | 95 | 3F | D8 | 1F | 47 | 0 | F | 112 | 42 | 37 |
| Octal | 225 | 77 | 330 | 37 | 107 | 0 | 17 | 422 | 102 | 67 |
| Binary | 10010101 | 111111 | 11011000 | 11111 | 1000111 | 0 | 1111 | 100010010 | 1000010 | 110111 |
Color Harmonies of #953FD8
Complementary color
Monochromatic Colors of #953FD8
Black with #953FD8
Text Example
Text Example
White with #953FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953FD8; }
p { color: rgb(149,63,216); }
H1.HeaderClassName
{
color: #953FD8;
}
.AnyTagClassName
{
color: #953FD8;
}
</style>
background-color css
<style>
a { background-color: #953FD8; }
a { background-color: rgb(149,63,216); }
div.DivClassName
{
background-color: #953FD8;
}
.BgClassName
{
background-color: #953FD8;
}
</style>
border-color css
<style>
span { border-color: #953FD8; }
span { border-color: rgb(149,63,216); }
td.TdClassName
{
border-color: #953FD8;
}
.TagClassName
{
border-color: #953FD8;
}
</style>