Shades of Dark Orchid #953EDB
Tints of Dark Orchid #953EDB
RGB
CMYK
RGB Variations
Color information
#953EDB (or 0x953EDB) is known color: Dark Orchid. HEX triplet: 95, 3E and DB. RGB value is (149,62,219). Sum of RGB (Red+Green+Blue) = 149+62+219=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #953EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953EDB is #6AC124. Grayscale: #696969. Windows color (decimal): -6996261 or 14368405. OLE color: 14368405.
HSL color Cylindrical-coordinate representation of color #953EDB: hue angle of 273.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953EDB is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 62 | 219 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.14 |
| HSL | 273.25º | 0.69% | 0.55% | - |
| HSV(B) | 273.25º | 0.72% | 0.86% | - |
| XYZ | 26.9 | 14.95 | 68.49 | - |
| YUV | 105.91 | 191.82 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 219 | 0.32 | 0.72 | 0 | 0.14 | 273.25 | 0.69 | 0.55 |
| Hex | 95 | 3E | DB | 20 | 48 | 0 | E | 111 | 45 | 37 |
| Octal | 225 | 76 | 333 | 40 | 110 | 0 | 16 | 421 | 105 | 67 |
| Binary | 10010101 | 111110 | 11011011 | 100000 | 1001000 | 0 | 1110 | 100010001 | 1000101 | 110111 |
Color Harmonies of #953EDB
Complementary color
Monochromatic Colors of #953EDB
Black with #953EDB
Text Example
Text Example
White with #953EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953EDB; }
p { color: rgb(149,62,219); }
H1.HeaderClassName
{
color: #953EDB;
}
.AnyTagClassName
{
color: #953EDB;
}
</style>
background-color css
<style>
a { background-color: #953EDB; }
a { background-color: rgb(149,62,219); }
div.DivClassName
{
background-color: #953EDB;
}
.BgClassName
{
background-color: #953EDB;
}
</style>
border-color css
<style>
span { border-color: #953EDB; }
span { border-color: rgb(149,62,219); }
td.TdClassName
{
border-color: #953EDB;
}
.TagClassName
{
border-color: #953EDB;
}
</style>