Shades of Dark Orchid #922DAF
Tints of Dark Orchid #922DAF
RGB
CMYK
RGB Variations
Color information
#922DAF (or 0x922DAF) is known color: Dark Orchid. HEX triplet: 92, 2D and AF. RGB value is (146,45,175). Sum of RGB (Red+Green+Blue) = 146+45+175=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #922DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922DAF is #6DD250. Grayscale: #595959. Windows color (decimal): -7197265 or 11480466. OLE color: 11480466.
HSL color Cylindrical-coordinate representation of color #922DAF: hue angle of 286.62º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #922DAF is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 45 | 175 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.31 |
| HSL | 286.62º | 0.59% | 0.43% | - |
| HSV(B) | 286.62º | 0.74% | 0.69% | - |
| XYZ | 20.53 | 11.08 | 41.61 | - |
| YUV | 90.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 175 | 0.17 | 0.74 | 0 | 0.31 | 286.62 | 0.59 | 0.43 |
| Hex | 92 | 2D | AF | 11 | 4A | 0 | 1F | 11F | 3B | 2B |
| Octal | 222 | 55 | 257 | 21 | 112 | 0 | 37 | 437 | 73 | 53 |
| Binary | 10010010 | 101101 | 10101111 | 10001 | 1001010 | 0 | 11111 | 100011111 | 111011 | 101011 |
Color Harmonies of #922DAF
Complementary color
Monochromatic Colors of #922DAF
Black with #922DAF
Text Example
Text Example
White with #922DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922DAF; }
p { color: rgb(146,45,175); }
H1.HeaderClassName
{
color: #922DAF;
}
.AnyTagClassName
{
color: #922DAF;
}
</style>
background-color css
<style>
a { background-color: #922DAF; }
a { background-color: rgb(146,45,175); }
div.DivClassName
{
background-color: #922DAF;
}
.BgClassName
{
background-color: #922DAF;
}
</style>
border-color css
<style>
span { border-color: #922DAF; }
span { border-color: rgb(146,45,175); }
td.TdClassName
{
border-color: #922DAF;
}
.TagClassName
{
border-color: #922DAF;
}
</style>