Shades of Dark Orchid #924AD6
Tints of Dark Orchid #924AD6
RGB
CMYK
RGB Variations
Color information
#924AD6 (or 0x924AD6) is known color: Dark Orchid. HEX triplet: 92, 4A and D6. RGB value is (146,74,214). Sum of RGB (Red+Green+Blue) = 146+74+214=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #924AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924AD6 is #6DB529. Grayscale: #6F6F6F. Windows color (decimal): -7189802 or 14043794. OLE color: 14043794.
HSL color Cylindrical-coordinate representation of color #924AD6: hue angle of 270.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #924AD6 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 74 | 214 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.16 |
| HSL | 270.86º | 0.63% | 0.56% | - |
| HSV(B) | 270.86º | 0.65% | 0.84% | - |
| XYZ | 26.44 | 15.86 | 65.29 | - |
| YUV | 111.49 | 185.85 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 214 | 0.32 | 0.65 | 0 | 0.16 | 270.86 | 0.63 | 0.56 |
| Hex | 92 | 4A | D6 | 20 | 41 | 0 | 10 | 10F | 3F | 38 |
| Octal | 222 | 112 | 326 | 40 | 101 | 0 | 20 | 417 | 77 | 70 |
| Binary | 10010010 | 1001010 | 11010110 | 100000 | 1000001 | 0 | 10000 | 100001111 | 111111 | 111000 |
Color Harmonies of #924AD6
Complementary color
Monochromatic Colors of #924AD6
Black with #924AD6
Text Example
Text Example
White with #924AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924AD6; }
p { color: rgb(146,74,214); }
H1.HeaderClassName
{
color: #924AD6;
}
.AnyTagClassName
{
color: #924AD6;
}
</style>
background-color css
<style>
a { background-color: #924AD6; }
a { background-color: rgb(146,74,214); }
div.DivClassName
{
background-color: #924AD6;
}
.BgClassName
{
background-color: #924AD6;
}
</style>
border-color css
<style>
span { border-color: #924AD6; }
span { border-color: rgb(146,74,214); }
td.TdClassName
{
border-color: #924AD6;
}
.TagClassName
{
border-color: #924AD6;
}
</style>