Shades of Dark Orchid #953ADB
Tints of Dark Orchid #953ADB
RGB
CMYK
RGB Variations
Color information
#953ADB (or 0x953ADB) is known color: Dark Orchid. HEX triplet: 95, 3A and DB. RGB value is (149,58,219). Sum of RGB (Red+Green+Blue) = 149+58+219=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #953ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ADB is #6AC524. Grayscale: #676767. Windows color (decimal): -6997285 or 14367381. OLE color: 14367381.
HSL color Cylindrical-coordinate representation of color #953ADB: hue angle of 273.91º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953ADB is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 58 | 219 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.14 |
| HSL | 273.91º | 0.69% | 0.54% | - |
| HSV(B) | 273.91º | 0.74% | 0.86% | - |
| XYZ | 26.69 | 14.53 | 68.42 | - |
| YUV | 103.56 | 193.15 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 219 | 0.32 | 0.74 | 0 | 0.14 | 273.91 | 0.69 | 0.54 |
| Hex | 95 | 3A | DB | 20 | 4A | 0 | E | 112 | 45 | 36 |
| Octal | 225 | 72 | 333 | 40 | 112 | 0 | 16 | 422 | 105 | 66 |
| Binary | 10010101 | 111010 | 11011011 | 100000 | 1001010 | 0 | 1110 | 100010010 | 1000101 | 110110 |
Color Harmonies of #953ADB
Complementary color
Monochromatic Colors of #953ADB
Black with #953ADB
Text Example
Text Example
White with #953ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953ADB; }
p { color: rgb(149,58,219); }
H1.HeaderClassName
{
color: #953ADB;
}
.AnyTagClassName
{
color: #953ADB;
}
</style>
background-color css
<style>
a { background-color: #953ADB; }
a { background-color: rgb(149,58,219); }
div.DivClassName
{
background-color: #953ADB;
}
.BgClassName
{
background-color: #953ADB;
}
</style>
border-color css
<style>
span { border-color: #953ADB; }
span { border-color: rgb(149,58,219); }
td.TdClassName
{
border-color: #953ADB;
}
.TagClassName
{
border-color: #953ADB;
}
</style>