Shades of Dark Orchid #923EBF
Tints of Dark Orchid #923EBF
RGB
CMYK
RGB Variations
Color information
#923EBF (or 0x923EBF) is known color: Dark Orchid. HEX triplet: 92, 3E and BF. RGB value is (146,62,191). Sum of RGB (Red+Green+Blue) = 146+62+191=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #923EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923EBF is #6DC140. Grayscale: #656565. Windows color (decimal): -7192897 or 12533394. OLE color: 12533394.
HSL color Cylindrical-coordinate representation of color #923EBF: hue angle of 279.07º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #923EBF is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 62 | 191 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.25 |
| HSL | 279.07º | 0.51% | 0.5% | - |
| HSV(B) | 279.07º | 0.68% | 0.75% | - |
| XYZ | 22.98 | 13.32 | 50.65 | - |
| YUV | 101.82 | 178.33 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 62 | 191 | 0.24 | 0.68 | 0 | 0.25 | 279.07 | 0.51 | 0.5 |
| Hex | 92 | 3E | BF | 18 | 44 | 0 | 19 | 117 | 33 | 32 |
| Octal | 222 | 76 | 277 | 30 | 104 | 0 | 31 | 427 | 63 | 62 |
| Binary | 10010010 | 111110 | 10111111 | 11000 | 1000100 | 0 | 11001 | 100010111 | 110011 | 110010 |
Color Harmonies of #923EBF
Complementary color
Monochromatic Colors of #923EBF
Black with #923EBF
Text Example
Text Example
White with #923EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923EBF; }
p { color: rgb(146,62,191); }
H1.HeaderClassName
{
color: #923EBF;
}
.AnyTagClassName
{
color: #923EBF;
}
</style>
background-color css
<style>
a { background-color: #923EBF; }
a { background-color: rgb(146,62,191); }
div.DivClassName
{
background-color: #923EBF;
}
.BgClassName
{
background-color: #923EBF;
}
</style>
border-color css
<style>
span { border-color: #923EBF; }
span { border-color: rgb(146,62,191); }
td.TdClassName
{
border-color: #923EBF;
}
.TagClassName
{
border-color: #923EBF;
}
</style>