Shades of Dark Orchid #953DCF
Tints of Dark Orchid #953DCF
RGB
CMYK
RGB Variations
Color information
#953DCF (or 0x953DCF) is known color: Dark Orchid. HEX triplet: 95, 3D and CF. RGB value is (149,61,207). Sum of RGB (Red+Green+Blue) = 149+61+207=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #953DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DCF is #6AC230. Grayscale: #676767. Windows color (decimal): -6996529 or 13581717. OLE color: 13581717.
HSL color Cylindrical-coordinate representation of color #953DCF: hue angle of 276.16º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #953DCF is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 61 | 207 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.19 |
| HSL | 276.16º | 0.6% | 0.53% | - |
| HSV(B) | 276.16º | 0.71% | 0.81% | - |
| XYZ | 25.33 | 14.23 | 60.44 | - |
| YUV | 103.96 | 186.15 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 207 | 0.28 | 0.71 | 0 | 0.19 | 276.16 | 0.6 | 0.53 |
| Hex | 95 | 3D | CF | 1C | 47 | 0 | 13 | 114 | 3C | 35 |
| Octal | 225 | 75 | 317 | 34 | 107 | 0 | 23 | 424 | 74 | 65 |
| Binary | 10010101 | 111101 | 11001111 | 11100 | 1000111 | 0 | 10011 | 100010100 | 111100 | 110101 |
Color Harmonies of #953DCF
Complementary color
Monochromatic Colors of #953DCF
Black with #953DCF
Text Example
Text Example
White with #953DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953DCF; }
p { color: rgb(149,61,207); }
H1.HeaderClassName
{
color: #953DCF;
}
.AnyTagClassName
{
color: #953DCF;
}
</style>
background-color css
<style>
a { background-color: #953DCF; }
a { background-color: rgb(149,61,207); }
div.DivClassName
{
background-color: #953DCF;
}
.BgClassName
{
background-color: #953DCF;
}
</style>
border-color css
<style>
span { border-color: #953DCF; }
span { border-color: rgb(149,61,207); }
td.TdClassName
{
border-color: #953DCF;
}
.TagClassName
{
border-color: #953DCF;
}
</style>