Shades of Dark Orchid #923AB3
Tints of Dark Orchid #923AB3
RGB
CMYK
RGB Variations
Color information
#923AB3 (or 0x923AB3) is known color: Dark Orchid. HEX triplet: 92, 3A and B3. RGB value is (146,58,179). Sum of RGB (Red+Green+Blue) = 146+58+179=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #923AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923AB3 is #6DC54C. Grayscale: #616161. Windows color (decimal): -7193933 or 11745938. OLE color: 11745938.
HSL color Cylindrical-coordinate representation of color #923AB3: hue angle of 283.64º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #923AB3 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 58 | 179 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.30 |
| HSL | 283.64º | 0.51% | 0.46% | - |
| HSV(B) | 283.64º | 0.68% | 0.7% | - |
| XYZ | 21.5 | 12.39 | 43.91 | - |
| YUV | 98.11 | 173.65 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 58 | 179 | 0.18 | 0.68 | 0 | 0.30 | 283.64 | 0.51 | 0.46 |
| Hex | 92 | 3A | B3 | 12 | 44 | 0 | 1E | 11C | 33 | 2E |
| Octal | 222 | 72 | 263 | 22 | 104 | 0 | 36 | 434 | 63 | 56 |
| Binary | 10010010 | 111010 | 10110011 | 10010 | 1000100 | 0 | 11110 | 100011100 | 110011 | 101110 |
Color Harmonies of #923AB3
Complementary color
Monochromatic Colors of #923AB3
Black with #923AB3
Text Example
Text Example
White with #923AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923AB3; }
p { color: rgb(146,58,179); }
H1.HeaderClassName
{
color: #923AB3;
}
.AnyTagClassName
{
color: #923AB3;
}
</style>
background-color css
<style>
a { background-color: #923AB3; }
a { background-color: rgb(146,58,179); }
div.DivClassName
{
background-color: #923AB3;
}
.BgClassName
{
background-color: #923AB3;
}
</style>
border-color css
<style>
span { border-color: #923AB3; }
span { border-color: rgb(146,58,179); }
td.TdClassName
{
border-color: #923AB3;
}
.TagClassName
{
border-color: #923AB3;
}
</style>