Shades of Dark Orchid #934AD4
Tints of Dark Orchid #934AD4
RGB
CMYK
RGB Variations
Color information
#934AD4 (or 0x934AD4) is known color: Dark Orchid. HEX triplet: 93, 4A and D4. RGB value is (147,74,212). Sum of RGB (Red+Green+Blue) = 147+74+212=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 212 (83.20% from 255 or 48.96% from 433); Max value from RGB is 212 - color contains mainly: blue. Hex color #934AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934AD4 is #6CB52B. Grayscale: #6F6F6F. Windows color (decimal): -7124268 or 13912723. OLE color: 13912723.
HSL color Cylindrical-coordinate representation of color #934AD4: hue angle of 271.74º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #934AD4 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 74 | 212 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.17 |
| HSL | 271.74º | 0.62% | 0.56% | - |
| HSV(B) | 271.74º | 0.65% | 0.83% | - |
| XYZ | 26.37 | 15.85 | 63.96 | - |
| YUV | 111.56 | 184.68 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 212 | 0.31 | 0.65 | 0 | 0.17 | 271.74 | 0.62 | 0.56 |
| Hex | 93 | 4A | D4 | 1F | 41 | 0 | 11 | 110 | 3E | 38 |
| Octal | 223 | 112 | 324 | 37 | 101 | 0 | 21 | 420 | 76 | 70 |
| Binary | 10010011 | 1001010 | 11010100 | 11111 | 1000001 | 0 | 10001 | 100010000 | 111110 | 111000 |
Color Harmonies of #934AD4
Complementary color
Monochromatic Colors of #934AD4
Black with #934AD4
Text Example
Text Example
White with #934AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934AD4; }
p { color: rgb(147,74,212); }
H1.HeaderClassName
{
color: #934AD4;
}
.AnyTagClassName
{
color: #934AD4;
}
</style>
background-color css
<style>
a { background-color: #934AD4; }
a { background-color: rgb(147,74,212); }
div.DivClassName
{
background-color: #934AD4;
}
.BgClassName
{
background-color: #934AD4;
}
</style>
border-color css
<style>
span { border-color: #934AD4; }
span { border-color: rgb(147,74,212); }
td.TdClassName
{
border-color: #934AD4;
}
.TagClassName
{
border-color: #934AD4;
}
</style>