Shades of Dark Orchid #934ADC
Tints of Dark Orchid #934ADC
RGB
CMYK
RGB Variations
Color information
#934ADC (or 0x934ADC) is known color: Dark Orchid. HEX triplet: 93, 4A and DC. RGB value is (147,74,220). Sum of RGB (Red+Green+Blue) = 147+74+220=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #934ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934ADC is #6CB523. Grayscale: #6F6F6F. Windows color (decimal): -7124260 or 14437011. OLE color: 14437011.
HSL color Cylindrical-coordinate representation of color #934ADC: hue angle of 270º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #934ADC is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 74 | 220 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.14 |
| HSL | 270º | 0.68% | 0.58% | - |
| HSV(B) | 270º | 0.66% | 0.86% | - |
| XYZ | 27.4 | 16.27 | 69.41 | - |
| YUV | 112.47 | 188.68 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 220 | 0.33 | 0.66 | 0 | 0.14 | 270 | 0.68 | 0.58 |
| Hex | 93 | 4A | DC | 21 | 42 | 0 | E | 10E | 44 | 3A |
| Octal | 223 | 112 | 334 | 41 | 102 | 0 | 16 | 416 | 104 | 72 |
| Binary | 10010011 | 1001010 | 11011100 | 100001 | 1000010 | 0 | 1110 | 100001110 | 1000100 | 111010 |
Color Harmonies of #934ADC
Complementary color
Monochromatic Colors of #934ADC
Black with #934ADC
Text Example
Text Example
White with #934ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934ADC; }
p { color: rgb(147,74,220); }
H1.HeaderClassName
{
color: #934ADC;
}
.AnyTagClassName
{
color: #934ADC;
}
</style>
background-color css
<style>
a { background-color: #934ADC; }
a { background-color: rgb(147,74,220); }
div.DivClassName
{
background-color: #934ADC;
}
.BgClassName
{
background-color: #934ADC;
}
</style>
border-color css
<style>
span { border-color: #934ADC; }
span { border-color: rgb(147,74,220); }
td.TdClassName
{
border-color: #934ADC;
}
.TagClassName
{
border-color: #934ADC;
}
</style>