Shades of Dark Orchid #923AD0
Tints of Dark Orchid #923AD0
RGB
CMYK
RGB Variations
Color information
#923AD0 (or 0x923AD0) is known color: Dark Orchid. HEX triplet: 92, 3A and D0. RGB value is (146,58,208). Sum of RGB (Red+Green+Blue) = 146+58+208=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #923AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923AD0 is #6DC52F. Grayscale: #646464. Windows color (decimal): -7193904 or 13646482. OLE color: 13646482.
HSL color Cylindrical-coordinate representation of color #923AD0: hue angle of 275.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #923AD0 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 58 | 208 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.18 |
| HSL | 275.2º | 0.61% | 0.52% | - |
| HSV(B) | 275.2º | 0.72% | 0.82% | - |
| XYZ | 24.75 | 13.69 | 61.01 | - |
| YUV | 101.41 | 188.15 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 58 | 208 | 0.30 | 0.72 | 0 | 0.18 | 275.2 | 0.61 | 0.52 |
| Hex | 92 | 3A | D0 | 1E | 48 | 0 | 12 | 113 | 3D | 34 |
| Octal | 222 | 72 | 320 | 36 | 110 | 0 | 22 | 423 | 75 | 64 |
| Binary | 10010010 | 111010 | 11010000 | 11110 | 1001000 | 0 | 10010 | 100010011 | 111101 | 110100 |
Color Harmonies of #923AD0
Complementary color
Monochromatic Colors of #923AD0
Black with #923AD0
Text Example
Text Example
White with #923AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923AD0; }
p { color: rgb(146,58,208); }
H1.HeaderClassName
{
color: #923AD0;
}
.AnyTagClassName
{
color: #923AD0;
}
</style>
background-color css
<style>
a { background-color: #923AD0; }
a { background-color: rgb(146,58,208); }
div.DivClassName
{
background-color: #923AD0;
}
.BgClassName
{
background-color: #923AD0;
}
</style>
border-color css
<style>
span { border-color: #923AD0; }
span { border-color: rgb(146,58,208); }
td.TdClassName
{
border-color: #923AD0;
}
.TagClassName
{
border-color: #923AD0;
}
</style>