Shades of Dark Orchid #934AD7
Tints of Dark Orchid #934AD7
RGB
CMYK
RGB Variations
Color information
#934AD7 (or 0x934AD7) is known color: Dark Orchid. HEX triplet: 93, 4A and D7. RGB value is (147,74,215). Sum of RGB (Red+Green+Blue) = 147+74+215=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #934AD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934AD7 is #6CB528. Grayscale: #6F6F6F. Windows color (decimal): -7124265 or 14109331. OLE color: 14109331.
HSL color Cylindrical-coordinate representation of color #934AD7: hue angle of 271.06º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #934AD7 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 74 | 215 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.16 |
| HSL | 271.06º | 0.64% | 0.57% | - |
| HSV(B) | 271.06º | 0.66% | 0.84% | - |
| XYZ | 26.75 | 16.01 | 65.97 | - |
| YUV | 111.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 215 | 0.32 | 0.66 | 0 | 0.16 | 271.06 | 0.64 | 0.57 |
| Hex | 93 | 4A | D7 | 20 | 42 | 0 | 10 | 10F | 40 | 39 |
| Octal | 223 | 112 | 327 | 40 | 102 | 0 | 20 | 417 | 100 | 71 |
| Binary | 10010011 | 1001010 | 11010111 | 100000 | 1000010 | 0 | 10000 | 100001111 | 1000000 | 111001 |
Color Harmonies of #934AD7
Complementary color
Monochromatic Colors of #934AD7
Black with #934AD7
Text Example
Text Example
White with #934AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934AD7; }
p { color: rgb(147,74,215); }
H1.HeaderClassName
{
color: #934AD7;
}
.AnyTagClassName
{
color: #934AD7;
}
</style>
background-color css
<style>
a { background-color: #934AD7; }
a { background-color: rgb(147,74,215); }
div.DivClassName
{
background-color: #934AD7;
}
.BgClassName
{
background-color: #934AD7;
}
</style>
border-color css
<style>
span { border-color: #934AD7; }
span { border-color: rgb(147,74,215); }
td.TdClassName
{
border-color: #934AD7;
}
.TagClassName
{
border-color: #934AD7;
}
</style>