Shades of Dark Orchid #934ADB
Tints of Dark Orchid #934ADB
RGB
CMYK
RGB Variations
Color information
#934ADB (or 0x934ADB) is known color: Dark Orchid. HEX triplet: 93, 4A and DB. RGB value is (147,74,219). Sum of RGB (Red+Green+Blue) = 147+74+219=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #934ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934ADB is #6CB524. Grayscale: #6F6F6F. Windows color (decimal): -7124261 or 14371475. OLE color: 14371475.
HSL color Cylindrical-coordinate representation of color #934ADB: hue angle of 270.21º 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 #934ADB is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 74 | 219 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.14 |
| HSL | 270.21º | 0.67% | 0.57% | - |
| HSV(B) | 270.21º | 0.66% | 0.86% | - |
| XYZ | 27.27 | 16.22 | 68.71 | - |
| YUV | 112.36 | 188.18 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 219 | 0.33 | 0.66 | 0 | 0.14 | 270.21 | 0.67 | 0.57 |
| Hex | 93 | 4A | DB | 21 | 42 | 0 | E | 10E | 43 | 39 |
| Octal | 223 | 112 | 333 | 41 | 102 | 0 | 16 | 416 | 103 | 71 |
| Binary | 10010011 | 1001010 | 11011011 | 100001 | 1000010 | 0 | 1110 | 100001110 | 1000011 | 111001 |
Color Harmonies of #934ADB
Complementary color
Monochromatic Colors of #934ADB
Black with #934ADB
Text Example
Text Example
White with #934ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934ADB; }
p { color: rgb(147,74,219); }
H1.HeaderClassName
{
color: #934ADB;
}
.AnyTagClassName
{
color: #934ADB;
}
</style>
background-color css
<style>
a { background-color: #934ADB; }
a { background-color: rgb(147,74,219); }
div.DivClassName
{
background-color: #934ADB;
}
.BgClassName
{
background-color: #934ADB;
}
</style>
border-color css
<style>
span { border-color: #934ADB; }
span { border-color: rgb(147,74,219); }
td.TdClassName
{
border-color: #934ADB;
}
.TagClassName
{
border-color: #934ADB;
}
</style>