Shades of Dark Orchid #953DCE
Tints of Dark Orchid #953DCE
RGB
CMYK
RGB Variations
Color information
#953DCE (or 0x953DCE) is known color: Dark Orchid. HEX triplet: 95, 3D and CE. RGB value is (149,61,206). Sum of RGB (Red+Green+Blue) = 149+61+206=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #953DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DCE is #6AC231. Grayscale: #676767. Windows color (decimal): -6996530 or 13516181. OLE color: 13516181.
HSL color Cylindrical-coordinate representation of color #953DCE: hue angle of 276.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953DCE is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 61 | 206 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.19 |
| HSL | 276.41º | 0.6% | 0.52% | - |
| HSV(B) | 276.41º | 0.7% | 0.81% | - |
| XYZ | 25.2 | 14.18 | 59.8 | - |
| YUV | 103.84 | 185.65 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 206 | 0.28 | 0.70 | 0 | 0.19 | 276.41 | 0.6 | 0.52 |
| Hex | 95 | 3D | CE | 1C | 46 | 0 | 13 | 114 | 3C | 34 |
| Octal | 225 | 75 | 316 | 34 | 106 | 0 | 23 | 424 | 74 | 64 |
| Binary | 10010101 | 111101 | 11001110 | 11100 | 1000110 | 0 | 10011 | 100010100 | 111100 | 110100 |
Color Harmonies of #953DCE
Complementary color
Monochromatic Colors of #953DCE
Black with #953DCE
Text Example
Text Example
White with #953DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953DCE; }
p { color: rgb(149,61,206); }
H1.HeaderClassName
{
color: #953DCE;
}
.AnyTagClassName
{
color: #953DCE;
}
</style>
background-color css
<style>
a { background-color: #953DCE; }
a { background-color: rgb(149,61,206); }
div.DivClassName
{
background-color: #953DCE;
}
.BgClassName
{
background-color: #953DCE;
}
</style>
border-color css
<style>
span { border-color: #953DCE; }
span { border-color: rgb(149,61,206); }
td.TdClassName
{
border-color: #953DCE;
}
.TagClassName
{
border-color: #953DCE;
}
</style>