Shades of Dark Orchid #924AD8
Tints of Dark Orchid #924AD8
RGB
CMYK
RGB Variations
Color information
#924AD8 (or 0x924AD8) is known color: Dark Orchid. HEX triplet: 92, 4A and D8. RGB value is (146,74,216). Sum of RGB (Red+Green+Blue) = 146+74+216=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #924AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924AD8 is #6DB527. Grayscale: #6F6F6F. Windows color (decimal): -7189800 or 14174866. OLE color: 14174866.
HSL color Cylindrical-coordinate representation of color #924AD8: hue angle of 270.42º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #924AD8 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 74 | 216 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.15 |
| HSL | 270.42º | 0.65% | 0.57% | - |
| HSV(B) | 270.42º | 0.66% | 0.85% | - |
| XYZ | 26.7 | 15.97 | 66.64 | - |
| YUV | 111.72 | 186.85 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 216 | 0.32 | 0.66 | 0 | 0.15 | 270.42 | 0.65 | 0.57 |
| Hex | 92 | 4A | D8 | 20 | 42 | 0 | F | 10E | 41 | 39 |
| Octal | 222 | 112 | 330 | 40 | 102 | 0 | 17 | 416 | 101 | 71 |
| Binary | 10010010 | 1001010 | 11011000 | 100000 | 1000010 | 0 | 1111 | 100001110 | 1000001 | 111001 |
Color Harmonies of #924AD8
Complementary color
Monochromatic Colors of #924AD8
Black with #924AD8
Text Example
Text Example
White with #924AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924AD8; }
p { color: rgb(146,74,216); }
H1.HeaderClassName
{
color: #924AD8;
}
.AnyTagClassName
{
color: #924AD8;
}
</style>
background-color css
<style>
a { background-color: #924AD8; }
a { background-color: rgb(146,74,216); }
div.DivClassName
{
background-color: #924AD8;
}
.BgClassName
{
background-color: #924AD8;
}
</style>
border-color css
<style>
span { border-color: #924AD8; }
span { border-color: rgb(146,74,216); }
td.TdClassName
{
border-color: #924AD8;
}
.TagClassName
{
border-color: #924AD8;
}
</style>