Shades of Dark Orchid #923ACD
Tints of Dark Orchid #923ACD
RGB
CMYK
RGB Variations
Color information
#923ACD (or 0x923ACD) is known color: Dark Orchid. HEX triplet: 92, 3A and CD. RGB value is (146,58,205). Sum of RGB (Red+Green+Blue) = 146+58+205=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #923ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923ACD is #6DC532. Grayscale: #646464. Windows color (decimal): -7193907 or 13449874. OLE color: 13449874.
HSL color Cylindrical-coordinate representation of color #923ACD: hue angle of 275.92º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #923ACD is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 58 | 205 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.20 |
| HSL | 275.92º | 0.6% | 0.52% | - |
| HSV(B) | 275.92º | 0.72% | 0.8% | - |
| XYZ | 24.39 | 13.54 | 59.09 | - |
| YUV | 101.07 | 186.65 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 58 | 205 | 0.29 | 0.72 | 0 | 0.20 | 275.92 | 0.6 | 0.52 |
| Hex | 92 | 3A | CD | 1D | 48 | 0 | 14 | 114 | 3C | 34 |
| Octal | 222 | 72 | 315 | 35 | 110 | 0 | 24 | 424 | 74 | 64 |
| Binary | 10010010 | 111010 | 11001101 | 11101 | 1001000 | 0 | 10100 | 100010100 | 111100 | 110100 |
Color Harmonies of #923ACD
Complementary color
Monochromatic Colors of #923ACD
Black with #923ACD
Text Example
Text Example
White with #923ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923ACD; }
p { color: rgb(146,58,205); }
H1.HeaderClassName
{
color: #923ACD;
}
.AnyTagClassName
{
color: #923ACD;
}
</style>
background-color css
<style>
a { background-color: #923ACD; }
a { background-color: rgb(146,58,205); }
div.DivClassName
{
background-color: #923ACD;
}
.BgClassName
{
background-color: #923ACD;
}
</style>
border-color css
<style>
span { border-color: #923ACD; }
span { border-color: rgb(146,58,205); }
td.TdClassName
{
border-color: #923ACD;
}
.TagClassName
{
border-color: #923ACD;
}
</style>