Shades of Dark Orchid #953FDB
Tints of Dark Orchid #953FDB
RGB
CMYK
RGB Variations
Color information
#953FDB (or 0x953FDB) is known color: Dark Orchid. HEX triplet: 95, 3F and DB. RGB value is (149,63,219). Sum of RGB (Red+Green+Blue) = 149+63+219=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #953FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FDB is #6AC024. Grayscale: #696969. Windows color (decimal): -6996005 or 14368661. OLE color: 14368661.
HSL color Cylindrical-coordinate representation of color #953FDB: hue angle of 273.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #953FDB is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 63 | 219 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.14 |
| HSL | 273.08º | 0.68% | 0.55% | - |
| HSV(B) | 273.08º | 0.71% | 0.86% | - |
| XYZ | 26.96 | 15.06 | 68.5 | - |
| YUV | 106.5 | 191.49 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 219 | 0.32 | 0.71 | 0 | 0.14 | 273.08 | 0.68 | 0.55 |
| Hex | 95 | 3F | DB | 20 | 47 | 0 | E | 111 | 44 | 37 |
| Octal | 225 | 77 | 333 | 40 | 107 | 0 | 16 | 421 | 104 | 67 |
| Binary | 10010101 | 111111 | 11011011 | 100000 | 1000111 | 0 | 1110 | 100010001 | 1000100 | 110111 |
Color Harmonies of #953FDB
Complementary color
Monochromatic Colors of #953FDB
Black with #953FDB
Text Example
Text Example
White with #953FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953FDB; }
p { color: rgb(149,63,219); }
H1.HeaderClassName
{
color: #953FDB;
}
.AnyTagClassName
{
color: #953FDB;
}
</style>
background-color css
<style>
a { background-color: #953FDB; }
a { background-color: rgb(149,63,219); }
div.DivClassName
{
background-color: #953FDB;
}
.BgClassName
{
background-color: #953FDB;
}
</style>
border-color css
<style>
span { border-color: #953FDB; }
span { border-color: rgb(149,63,219); }
td.TdClassName
{
border-color: #953FDB;
}
.TagClassName
{
border-color: #953FDB;
}
</style>