Shades of Dark Orchid #921FBE
Tints of Dark Orchid #921FBE
RGB
CMYK
RGB Variations
Color information
#921FBE (or 0x921FBE) is known color: Dark Orchid. HEX triplet: 92, 1F and BE. RGB value is (146,31,190). Sum of RGB (Red+Green+Blue) = 146+31+190=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #921FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921FBE is #6DE041. Grayscale: #525252. Windows color (decimal): -7200834 or 12459922. OLE color: 12459922.
HSL color Cylindrical-coordinate representation of color #921FBE: hue angle of 283.4º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921FBE is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 31 | 190 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.25 |
| HSL | 283.4º | 0.72% | 0.43% | - |
| HSV(B) | 283.4º | 0.84% | 0.75% | - |
| XYZ | 21.64 | 10.81 | 49.66 | - |
| YUV | 83.51 | 188.1 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 31 | 190 | 0.23 | 0.84 | 0 | 0.25 | 283.4 | 0.72 | 0.43 |
| Hex | 92 | 1F | BE | 17 | 54 | 0 | 19 | 11B | 48 | 2B |
| Octal | 222 | 37 | 276 | 27 | 124 | 0 | 31 | 433 | 110 | 53 |
| Binary | 10010010 | 11111 | 10111110 | 10111 | 1010100 | 0 | 11001 | 100011011 | 1001000 | 101011 |
Color Harmonies of #921FBE
Complementary color
Monochromatic Colors of #921FBE
Black with #921FBE
Text Example
Text Example
White with #921FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921FBE; }
p { color: rgb(146,31,190); }
H1.HeaderClassName
{
color: #921FBE;
}
.AnyTagClassName
{
color: #921FBE;
}
</style>
background-color css
<style>
a { background-color: #921FBE; }
a { background-color: rgb(146,31,190); }
div.DivClassName
{
background-color: #921FBE;
}
.BgClassName
{
background-color: #921FBE;
}
</style>
border-color css
<style>
span { border-color: #921FBE; }
span { border-color: rgb(146,31,190); }
td.TdClassName
{
border-color: #921FBE;
}
.TagClassName
{
border-color: #921FBE;
}
</style>