Shades of Dark Orchid #921AAF
Tints of Dark Orchid #921AAF
RGB
CMYK
RGB Variations
Color information
#921AAF (or 0x921AAF) is known color: Dark Orchid. HEX triplet: 92, 1A and AF. RGB value is (146,26,175). Sum of RGB (Red+Green+Blue) = 146+26+175=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #921AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921AAF is #6DE550. Grayscale: #4E4E4E. Windows color (decimal): -7202129 or 11475602. OLE color: 11475602.
HSL color Cylindrical-coordinate representation of color #921AAF: hue angle of 288.32º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921AAF is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 26 | 175 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.31 |
| HSL | 288.32º | 0.74% | 0.39% | - |
| HSV(B) | 288.32º | 0.85% | 0.69% | - |
| XYZ | 19.96 | 9.94 | 41.42 | - |
| YUV | 78.87 | 182.26 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 175 | 0.17 | 0.85 | 0 | 0.31 | 288.32 | 0.74 | 0.39 |
| Hex | 92 | 1A | AF | 11 | 55 | 0 | 1F | 120 | 4A | 27 |
| Octal | 222 | 32 | 257 | 21 | 125 | 0 | 37 | 440 | 112 | 47 |
| Binary | 10010010 | 11010 | 10101111 | 10001 | 1010101 | 0 | 11111 | 100100000 | 1001010 | 100111 |
Color Harmonies of #921AAF
Complementary color
Monochromatic Colors of #921AAF
Black with #921AAF
Text Example
Text Example
White with #921AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921AAF; }
p { color: rgb(146,26,175); }
H1.HeaderClassName
{
color: #921AAF;
}
.AnyTagClassName
{
color: #921AAF;
}
</style>
background-color css
<style>
a { background-color: #921AAF; }
a { background-color: rgb(146,26,175); }
div.DivClassName
{
background-color: #921AAF;
}
.BgClassName
{
background-color: #921AAF;
}
</style>
border-color css
<style>
span { border-color: #921AAF; }
span { border-color: rgb(146,26,175); }
td.TdClassName
{
border-color: #921AAF;
}
.TagClassName
{
border-color: #921AAF;
}
</style>