Shades of Dark Orchid #921CAC
Tints of Dark Orchid #921CAC
RGB
CMYK
RGB Variations
Color information
#921CAC (or 0x921CAC) is known color: Dark Orchid. HEX triplet: 92, 1C and AC. RGB value is (146,28,172). Sum of RGB (Red+Green+Blue) = 146+28+172=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #921CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921CAC is #6DE353. Grayscale: #4F4F4F. Windows color (decimal): -7201620 or 11279506. OLE color: 11279506.
HSL color Cylindrical-coordinate representation of color #921CAC: hue angle of 289.17º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921CAC is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 28 | 172 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.33 |
| HSL | 289.17º | 0.72% | 0.39% | - |
| HSV(B) | 289.17º | 0.84% | 0.67% | - |
| XYZ | 19.72 | 9.92 | 39.91 | - |
| YUV | 79.7 | 180.09 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 28 | 172 | 0.15 | 0.84 | 0 | 0.33 | 289.17 | 0.72 | 0.39 |
| Hex | 92 | 1C | AC | F | 54 | 0 | 21 | 121 | 48 | 27 |
| Octal | 222 | 34 | 254 | 17 | 124 | 0 | 41 | 441 | 110 | 47 |
| Binary | 10010010 | 11100 | 10101100 | 1111 | 1010100 | 0 | 100001 | 100100001 | 1001000 | 100111 |
Color Harmonies of #921CAC
Complementary color
Monochromatic Colors of #921CAC
Black with #921CAC
Text Example
Text Example
White with #921CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921CAC; }
p { color: rgb(146,28,172); }
H1.HeaderClassName
{
color: #921CAC;
}
.AnyTagClassName
{
color: #921CAC;
}
</style>
background-color css
<style>
a { background-color: #921CAC; }
a { background-color: rgb(146,28,172); }
div.DivClassName
{
background-color: #921CAC;
}
.BgClassName
{
background-color: #921CAC;
}
</style>
border-color css
<style>
span { border-color: #921CAC; }
span { border-color: rgb(146,28,172); }
td.TdClassName
{
border-color: #921CAC;
}
.TagClassName
{
border-color: #921CAC;
}
</style>