Shades of Dark Orchid #923AB0
Tints of Dark Orchid #923AB0
RGB
CMYK
RGB Variations
Color information
#923AB0 (or 0x923AB0) is known color: Dark Orchid. HEX triplet: 92, 3A and B0. RGB value is (146,58,176). Sum of RGB (Red+Green+Blue) = 146+58+176=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 176 - color contains mainly: blue. Hex color #923AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923AB0 is #6DC54F. Grayscale: #616161. Windows color (decimal): -7193936 or 11549330. OLE color: 11549330.
HSL color Cylindrical-coordinate representation of color #923AB0: hue angle of 284.75º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #923AB0 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 58 | 176 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.31 |
| HSL | 284.75º | 0.5% | 0.46% | - |
| HSV(B) | 284.75º | 0.67% | 0.69% | - |
| XYZ | 21.2 | 12.27 | 42.33 | - |
| YUV | 97.76 | 172.15 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 58 | 176 | 0.17 | 0.67 | 0 | 0.31 | 284.75 | 0.5 | 0.46 |
| Hex | 92 | 3A | B0 | 11 | 43 | 0 | 1F | 11D | 32 | 2E |
| Octal | 222 | 72 | 260 | 21 | 103 | 0 | 37 | 435 | 62 | 56 |
| Binary | 10010010 | 111010 | 10110000 | 10001 | 1000011 | 0 | 11111 | 100011101 | 110010 | 101110 |
Color Harmonies of #923AB0
Complementary color
Monochromatic Colors of #923AB0
Black with #923AB0
Text Example
Text Example
White with #923AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923AB0; }
p { color: rgb(146,58,176); }
H1.HeaderClassName
{
color: #923AB0;
}
.AnyTagClassName
{
color: #923AB0;
}
</style>
background-color css
<style>
a { background-color: #923AB0; }
a { background-color: rgb(146,58,176); }
div.DivClassName
{
background-color: #923AB0;
}
.BgClassName
{
background-color: #923AB0;
}
</style>
border-color css
<style>
span { border-color: #923AB0; }
span { border-color: rgb(146,58,176); }
td.TdClassName
{
border-color: #923AB0;
}
.TagClassName
{
border-color: #923AB0;
}
</style>