Shades of Dark Orchid #921BB5
Tints of Dark Orchid #921BB5
RGB
CMYK
RGB Variations
Color information
#921BB5 (or 0x921BB5) is known color: Dark Orchid. HEX triplet: 92, 1B and B5. RGB value is (146,27,181). Sum of RGB (Red+Green+Blue) = 146+27+181=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #921BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921BB5 is #6DE44A. Grayscale: #4F4F4F. Windows color (decimal): -7201867 or 11869074. OLE color: 11869074.
HSL color Cylindrical-coordinate representation of color #921BB5: hue angle of 286.36º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921BB5 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 27 | 181 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.29 |
| HSL | 286.36º | 0.74% | 0.41% | - |
| HSV(B) | 286.36º | 0.85% | 0.71% | - |
| XYZ | 20.59 | 10.23 | 44.61 | - |
| YUV | 80.14 | 184.92 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 27 | 181 | 0.19 | 0.85 | 0 | 0.29 | 286.36 | 0.74 | 0.41 |
| Hex | 92 | 1B | B5 | 13 | 55 | 0 | 1D | 11E | 4A | 29 |
| Octal | 222 | 33 | 265 | 23 | 125 | 0 | 35 | 436 | 112 | 51 |
| Binary | 10010010 | 11011 | 10110101 | 10011 | 1010101 | 0 | 11101 | 100011110 | 1001010 | 101001 |
Color Harmonies of #921BB5
Complementary color
Monochromatic Colors of #921BB5
Black with #921BB5
Text Example
Text Example
White with #921BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921BB5; }
p { color: rgb(146,27,181); }
H1.HeaderClassName
{
color: #921BB5;
}
.AnyTagClassName
{
color: #921BB5;
}
</style>
background-color css
<style>
a { background-color: #921BB5; }
a { background-color: rgb(146,27,181); }
div.DivClassName
{
background-color: #921BB5;
}
.BgClassName
{
background-color: #921BB5;
}
</style>
border-color css
<style>
span { border-color: #921BB5; }
span { border-color: rgb(146,27,181); }
td.TdClassName
{
border-color: #921BB5;
}
.TagClassName
{
border-color: #921BB5;
}
</style>