Shades of Dark Orchid #924AD7
Tints of Dark Orchid #924AD7
RGB
CMYK
RGB Variations
Color information
#924AD7 (or 0x924AD7) is known color: Dark Orchid. HEX triplet: 92, 4A and D7. RGB value is (146,74,215). Sum of RGB (Red+Green+Blue) = 146+74+215=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #924AD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924AD7 is #6DB528. Grayscale: #6F6F6F. Windows color (decimal): -7189801 or 14109330. OLE color: 14109330.
HSL color Cylindrical-coordinate representation of color #924AD7: hue angle of 270.64º 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 #924AD7 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 74 | 215 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.16 |
| HSL | 270.64º | 0.64% | 0.57% | - |
| HSV(B) | 270.64º | 0.66% | 0.84% | - |
| XYZ | 26.57 | 15.91 | 65.96 | - |
| YUV | 111.6 | 186.35 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 215 | 0.32 | 0.66 | 0 | 0.16 | 270.64 | 0.64 | 0.57 |
| Hex | 92 | 4A | D7 | 20 | 42 | 0 | 10 | 10F | 40 | 39 |
| Octal | 222 | 112 | 327 | 40 | 102 | 0 | 20 | 417 | 100 | 71 |
| Binary | 10010010 | 1001010 | 11010111 | 100000 | 1000010 | 0 | 10000 | 100001111 | 1000000 | 111001 |
Color Harmonies of #924AD7
Complementary color
Monochromatic Colors of #924AD7
Black with #924AD7
Text Example
Text Example
White with #924AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924AD7; }
p { color: rgb(146,74,215); }
H1.HeaderClassName
{
color: #924AD7;
}
.AnyTagClassName
{
color: #924AD7;
}
</style>
background-color css
<style>
a { background-color: #924AD7; }
a { background-color: rgb(146,74,215); }
div.DivClassName
{
background-color: #924AD7;
}
.BgClassName
{
background-color: #924AD7;
}
</style>
border-color css
<style>
span { border-color: #924AD7; }
span { border-color: rgb(146,74,215); }
td.TdClassName
{
border-color: #924AD7;
}
.TagClassName
{
border-color: #924AD7;
}
</style>