Shades of Dark Orchid #954ADB
Tints of Dark Orchid #954ADB
RGB
CMYK
RGB Variations
Color information
#954ADB (or 0x954ADB) is known color: Dark Orchid. HEX triplet: 95, 4A and DB. RGB value is (149,74,219). Sum of RGB (Red+Green+Blue) = 149+74+219=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #954ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954ADB is #6AB524. Grayscale: #707070. Windows color (decimal): -6993189 or 14371477. OLE color: 14371477.
HSL color Cylindrical-coordinate representation of color #954ADB: hue angle of 271.03º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954ADB is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 74 | 219 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.14 |
| HSL | 271.03º | 0.67% | 0.57% | - |
| HSV(B) | 271.03º | 0.66% | 0.86% | - |
| XYZ | 27.63 | 16.4 | 68.73 | - |
| YUV | 112.96 | 187.85 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 219 | 0.32 | 0.66 | 0 | 0.14 | 271.03 | 0.67 | 0.57 |
| Hex | 95 | 4A | DB | 20 | 42 | 0 | E | 10F | 43 | 39 |
| Octal | 225 | 112 | 333 | 40 | 102 | 0 | 16 | 417 | 103 | 71 |
| Binary | 10010101 | 1001010 | 11011011 | 100000 | 1000010 | 0 | 1110 | 100001111 | 1000011 | 111001 |
Color Harmonies of #954ADB
Complementary color
Monochromatic Colors of #954ADB
Black with #954ADB
Text Example
Text Example
White with #954ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954ADB; }
p { color: rgb(149,74,219); }
H1.HeaderClassName
{
color: #954ADB;
}
.AnyTagClassName
{
color: #954ADB;
}
</style>
background-color css
<style>
a { background-color: #954ADB; }
a { background-color: rgb(149,74,219); }
div.DivClassName
{
background-color: #954ADB;
}
.BgClassName
{
background-color: #954ADB;
}
</style>
border-color css
<style>
span { border-color: #954ADB; }
span { border-color: rgb(149,74,219); }
td.TdClassName
{
border-color: #954ADB;
}
.TagClassName
{
border-color: #954ADB;
}
</style>