Shades of Dark Orchid #921BAC
Tints of Dark Orchid #921BAC
RGB
CMYK
RGB Variations
Color information
#921BAC (or 0x921BAC) is known color: Dark Orchid. HEX triplet: 92, 1B and AC. RGB value is (146,27,172). Sum of RGB (Red+Green+Blue) = 146+27+172=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #921BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921BAC is #6DE453. Grayscale: #4E4E4E. Windows color (decimal): -7201876 or 11279250. OLE color: 11279250.
HSL color Cylindrical-coordinate representation of color #921BAC: hue angle of 289.24º degrees, saturation: 0.73, 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 #921BAC is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 27 | 172 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.33 |
| HSL | 289.24º | 0.73% | 0.39% | - |
| HSV(B) | 289.24º | 0.84% | 0.67% | - |
| XYZ | 19.69 | 9.87 | 39.9 | - |
| YUV | 79.11 | 180.42 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 27 | 172 | 0.15 | 0.84 | 0 | 0.33 | 289.24 | 0.73 | 0.39 |
| Hex | 92 | 1B | AC | F | 54 | 0 | 21 | 121 | 49 | 27 |
| Octal | 222 | 33 | 254 | 17 | 124 | 0 | 41 | 441 | 111 | 47 |
| Binary | 10010010 | 11011 | 10101100 | 1111 | 1010100 | 0 | 100001 | 100100001 | 1001001 | 100111 |
Color Harmonies of #921BAC
Complementary color
Monochromatic Colors of #921BAC
Black with #921BAC
Text Example
Text Example
White with #921BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921BAC; }
p { color: rgb(146,27,172); }
H1.HeaderClassName
{
color: #921BAC;
}
.AnyTagClassName
{
color: #921BAC;
}
</style>
background-color css
<style>
a { background-color: #921BAC; }
a { background-color: rgb(146,27,172); }
div.DivClassName
{
background-color: #921BAC;
}
.BgClassName
{
background-color: #921BAC;
}
</style>
border-color css
<style>
span { border-color: #921BAC; }
span { border-color: rgb(146,27,172); }
td.TdClassName
{
border-color: #921BAC;
}
.TagClassName
{
border-color: #921BAC;
}
</style>