Shades of Dark Orchid #953DDB
Tints of Dark Orchid #953DDB
RGB
CMYK
RGB Variations
Color information
#953DDB (or 0x953DDB) is known color: Dark Orchid. HEX triplet: 95, 3D and DB. RGB value is (149,61,219). Sum of RGB (Red+Green+Blue) = 149+61+219=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #953DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DDB is #6AC224. Grayscale: #686868. Windows color (decimal): -6996517 or 14368149. OLE color: 14368149.
HSL color Cylindrical-coordinate representation of color #953DDB: hue angle of 273.42º 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 #953DDB is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 61 | 219 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.14 |
| HSL | 273.42º | 0.69% | 0.55% | - |
| HSV(B) | 273.42º | 0.72% | 0.86% | - |
| XYZ | 26.85 | 14.84 | 68.47 | - |
| YUV | 105.32 | 192.15 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 219 | 0.32 | 0.72 | 0 | 0.14 | 273.42 | 0.69 | 0.55 |
| Hex | 95 | 3D | DB | 20 | 48 | 0 | E | 111 | 45 | 37 |
| Octal | 225 | 75 | 333 | 40 | 110 | 0 | 16 | 421 | 105 | 67 |
| Binary | 10010101 | 111101 | 11011011 | 100000 | 1001000 | 0 | 1110 | 100010001 | 1000101 | 110111 |
Color Harmonies of #953DDB
Complementary color
Monochromatic Colors of #953DDB
Black with #953DDB
Text Example
Text Example
White with #953DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953DDB; }
p { color: rgb(149,61,219); }
H1.HeaderClassName
{
color: #953DDB;
}
.AnyTagClassName
{
color: #953DDB;
}
</style>
background-color css
<style>
a { background-color: #953DDB; }
a { background-color: rgb(149,61,219); }
div.DivClassName
{
background-color: #953DDB;
}
.BgClassName
{
background-color: #953DDB;
}
</style>
border-color css
<style>
span { border-color: #953DDB; }
span { border-color: rgb(149,61,219); }
td.TdClassName
{
border-color: #953DDB;
}
.TagClassName
{
border-color: #953DDB;
}
</style>