Shades of Dark Orchid #9232BC
Tints of Dark Orchid #9232BC
RGB
CMYK
RGB Variations
Color information
#9232BC (or 0x9232BC) is known color: Dark Orchid. HEX triplet: 92, 32 and BC. RGB value is (146,50,188). Sum of RGB (Red+Green+Blue) = 146+50+188=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #9232BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9232BC is #6DCD43. Grayscale: #5D5D5D. Windows color (decimal): -7195972 or 12333714. OLE color: 12333714.
HSL color Cylindrical-coordinate representation of color #9232BC: hue angle of 281.74º degrees, saturation: 0.58, 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 #9232BC is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 50 | 188 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.26 |
| HSL | 281.74º | 0.58% | 0.47% | - |
| HSV(B) | 281.74º | 0.73% | 0.74% | - |
| XYZ | 22.07 | 12.02 | 48.73 | - |
| YUV | 94.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 188 | 0.22 | 0.73 | 0 | 0.26 | 281.74 | 0.58 | 0.47 |
| Hex | 92 | 32 | BC | 16 | 49 | 0 | 1A | 11A | 3A | 2F |
| Octal | 222 | 62 | 274 | 26 | 111 | 0 | 32 | 432 | 72 | 57 |
| Binary | 10010010 | 110010 | 10111100 | 10110 | 1001001 | 0 | 11010 | 100011010 | 111010 | 101111 |
Color Harmonies of #9232BC
Complementary color
Monochromatic Colors of #9232BC
Black with #9232BC
Text Example
Text Example
White with #9232BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9232BC; }
p { color: rgb(146,50,188); }
H1.HeaderClassName
{
color: #9232BC;
}
.AnyTagClassName
{
color: #9232BC;
}
</style>
background-color css
<style>
a { background-color: #9232BC; }
a { background-color: rgb(146,50,188); }
div.DivClassName
{
background-color: #9232BC;
}
.BgClassName
{
background-color: #9232BC;
}
</style>
border-color css
<style>
span { border-color: #9232BC; }
span { border-color: rgb(146,50,188); }
td.TdClassName
{
border-color: #9232BC;
}
.TagClassName
{
border-color: #9232BC;
}
</style>