Shades of Dark Orchid #953BCE
Tints of Dark Orchid #953BCE
RGB
CMYK
RGB Variations
Color information
#953BCE (or 0x953BCE) is known color: Dark Orchid. HEX triplet: 95, 3B and CE. RGB value is (149,59,206). Sum of RGB (Red+Green+Blue) = 149+59+206=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #953BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953BCE is #6AC431. Grayscale: #666666. Windows color (decimal): -6997042 or 13515669. OLE color: 13515669.
HSL color Cylindrical-coordinate representation of color #953BCE: hue angle of 276.73º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #953BCE is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 59 | 206 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.19 |
| HSL | 276.73º | 0.6% | 0.52% | - |
| HSV(B) | 276.73º | 0.71% | 0.81% | - |
| XYZ | 25.1 | 13.97 | 59.77 | - |
| YUV | 102.67 | 186.32 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 206 | 0.28 | 0.71 | 0 | 0.19 | 276.73 | 0.6 | 0.52 |
| Hex | 95 | 3B | CE | 1C | 47 | 0 | 13 | 115 | 3C | 34 |
| Octal | 225 | 73 | 316 | 34 | 107 | 0 | 23 | 425 | 74 | 64 |
| Binary | 10010101 | 111011 | 11001110 | 11100 | 1000111 | 0 | 10011 | 100010101 | 111100 | 110100 |
Color Harmonies of #953BCE
Complementary color
Monochromatic Colors of #953BCE
Black with #953BCE
Text Example
Text Example
White with #953BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953BCE; }
p { color: rgb(149,59,206); }
H1.HeaderClassName
{
color: #953BCE;
}
.AnyTagClassName
{
color: #953BCE;
}
</style>
background-color css
<style>
a { background-color: #953BCE; }
a { background-color: rgb(149,59,206); }
div.DivClassName
{
background-color: #953BCE;
}
.BgClassName
{
background-color: #953BCE;
}
</style>
border-color css
<style>
span { border-color: #953BCE; }
span { border-color: rgb(149,59,206); }
td.TdClassName
{
border-color: #953BCE;
}
.TagClassName
{
border-color: #953BCE;
}
</style>