Shades of Dark Orchid #9233BC
Tints of Dark Orchid #9233BC
RGB
CMYK
RGB Variations
Color information
#9233BC (or 0x9233BC) is known color: Dark Orchid. HEX triplet: 92, 33 and BC. RGB value is (146,51,188). Sum of RGB (Red+Green+Blue) = 146+51+188=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #9233BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9233BC is #6DCC43. Grayscale: #5E5E5E. Windows color (decimal): -7195716 or 12333970. OLE color: 12333970.
HSL color Cylindrical-coordinate representation of color #9233BC: hue angle of 281.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9233BC is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 51 | 188 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.26 |
| HSL | 281.61º | 0.57% | 0.47% | - |
| HSV(B) | 281.61º | 0.73% | 0.74% | - |
| XYZ | 22.11 | 12.11 | 48.75 | - |
| YUV | 95.02 | 180.47 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 51 | 188 | 0.22 | 0.73 | 0 | 0.26 | 281.61 | 0.57 | 0.47 |
| Hex | 92 | 33 | BC | 16 | 49 | 0 | 1A | 11A | 39 | 2F |
| Octal | 222 | 63 | 274 | 26 | 111 | 0 | 32 | 432 | 71 | 57 |
| Binary | 10010010 | 110011 | 10111100 | 10110 | 1001001 | 0 | 11010 | 100011010 | 111001 | 101111 |
Color Harmonies of #9233BC
Complementary color
Monochromatic Colors of #9233BC
Black with #9233BC
Text Example
Text Example
White with #9233BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9233BC; }
p { color: rgb(146,51,188); }
H1.HeaderClassName
{
color: #9233BC;
}
.AnyTagClassName
{
color: #9233BC;
}
</style>
background-color css
<style>
a { background-color: #9233BC; }
a { background-color: rgb(146,51,188); }
div.DivClassName
{
background-color: #9233BC;
}
.BgClassName
{
background-color: #9233BC;
}
</style>
border-color css
<style>
span { border-color: #9233BC; }
span { border-color: rgb(146,51,188); }
td.TdClassName
{
border-color: #9233BC;
}
.TagClassName
{
border-color: #9233BC;
}
</style>