Shades of Dark Orchid #923CB8
Tints of Dark Orchid #923CB8
RGB
CMYK
RGB Variations
Color information
#923CB8 (or 0x923CB8) is known color: Dark Orchid. HEX triplet: 92, 3C and B8. RGB value is (146,60,184). Sum of RGB (Red+Green+Blue) = 146+60+184=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 184 - color contains mainly: blue. Hex color #923CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923CB8 is #6DC347. Grayscale: #636363. Windows color (decimal): -7193416 or 12074130. OLE color: 12074130.
HSL color Cylindrical-coordinate representation of color #923CB8: hue angle of 281.61º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #923CB8 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 60 | 184 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.28 |
| HSL | 281.61º | 0.51% | 0.48% | - |
| HSV(B) | 281.61º | 0.67% | 0.72% | - |
| XYZ | 22.12 | 12.8 | 46.65 | - |
| YUV | 99.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 184 | 0.21 | 0.67 | 0 | 0.28 | 281.61 | 0.51 | 0.48 |
| Hex | 92 | 3C | B8 | 15 | 43 | 0 | 1C | 11A | 33 | 30 |
| Octal | 222 | 74 | 270 | 25 | 103 | 0 | 34 | 432 | 63 | 60 |
| Binary | 10010010 | 111100 | 10111000 | 10101 | 1000011 | 0 | 11100 | 100011010 | 110011 | 110000 |
Color Harmonies of #923CB8
Complementary color
Monochromatic Colors of #923CB8
Black with #923CB8
Text Example
Text Example
White with #923CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923CB8; }
p { color: rgb(146,60,184); }
H1.HeaderClassName
{
color: #923CB8;
}
.AnyTagClassName
{
color: #923CB8;
}
</style>
background-color css
<style>
a { background-color: #923CB8; }
a { background-color: rgb(146,60,184); }
div.DivClassName
{
background-color: #923CB8;
}
.BgClassName
{
background-color: #923CB8;
}
</style>
border-color css
<style>
span { border-color: #923CB8; }
span { border-color: rgb(146,60,184); }
td.TdClassName
{
border-color: #923CB8;
}
.TagClassName
{
border-color: #923CB8;
}
</style>