Shades of Dark Orchid #921AB4
Tints of Dark Orchid #921AB4
RGB
CMYK
RGB Variations
Color information
#921AB4 (or 0x921AB4) is known color: Dark Orchid. HEX triplet: 92, 1A and B4. RGB value is (146,26,180). Sum of RGB (Red+Green+Blue) = 146+26+180=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #921AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921AB4 is #6DE54B. Grayscale: #4E4E4E. Windows color (decimal): -7202124 or 11803282. OLE color: 11803282.
HSL color Cylindrical-coordinate representation of color #921AB4: hue angle of 286.75º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921AB4 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 26 | 180 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.29 |
| HSL | 286.75º | 0.75% | 0.4% | - |
| HSV(B) | 286.75º | 0.86% | 0.71% | - |
| XYZ | 20.46 | 10.15 | 44.06 | - |
| YUV | 79.44 | 184.76 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 180 | 0.19 | 0.86 | 0 | 0.29 | 286.75 | 0.75 | 0.4 |
| Hex | 92 | 1A | B4 | 13 | 56 | 0 | 1D | 11F | 4B | 28 |
| Octal | 222 | 32 | 264 | 23 | 126 | 0 | 35 | 437 | 113 | 50 |
| Binary | 10010010 | 11010 | 10110100 | 10011 | 1010110 | 0 | 11101 | 100011111 | 1001011 | 101000 |
Color Harmonies of #921AB4
Complementary color
Monochromatic Colors of #921AB4
Black with #921AB4
Text Example
Text Example
White with #921AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921AB4; }
p { color: rgb(146,26,180); }
H1.HeaderClassName
{
color: #921AB4;
}
.AnyTagClassName
{
color: #921AB4;
}
</style>
background-color css
<style>
a { background-color: #921AB4; }
a { background-color: rgb(146,26,180); }
div.DivClassName
{
background-color: #921AB4;
}
.BgClassName
{
background-color: #921AB4;
}
</style>
border-color css
<style>
span { border-color: #921AB4; }
span { border-color: rgb(146,26,180); }
td.TdClassName
{
border-color: #921AB4;
}
.TagClassName
{
border-color: #921AB4;
}
</style>