Shades of Dark Orchid #9236BC
Tints of Dark Orchid #9236BC
RGB
CMYK
RGB Variations
Color information
#9236BC (or 0x9236BC) is known color: Dark Orchid. HEX triplet: 92, 36 and BC. RGB value is (146,54,188). Sum of RGB (Red+Green+Blue) = 146+54+188=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #9236BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9236BC is #6DC943. Grayscale: #606060. Windows color (decimal): -7194948 or 12334738. OLE color: 12334738.
HSL color Cylindrical-coordinate representation of color #9236BC: hue angle of 281.19º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9236BC is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 54 | 188 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.26 |
| HSL | 281.19º | 0.55% | 0.47% | - |
| HSV(B) | 281.19º | 0.71% | 0.74% | - |
| XYZ | 22.25 | 12.38 | 48.79 | - |
| YUV | 96.78 | 179.48 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 54 | 188 | 0.22 | 0.71 | 0 | 0.26 | 281.19 | 0.55 | 0.47 |
| Hex | 92 | 36 | BC | 16 | 47 | 0 | 1A | 119 | 37 | 2F |
| Octal | 222 | 66 | 274 | 26 | 107 | 0 | 32 | 431 | 67 | 57 |
| Binary | 10010010 | 110110 | 10111100 | 10110 | 1000111 | 0 | 11010 | 100011001 | 110111 | 101111 |
Color Harmonies of #9236BC
Complementary color
Monochromatic Colors of #9236BC
Black with #9236BC
Text Example
Text Example
White with #9236BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9236BC; }
p { color: rgb(146,54,188); }
H1.HeaderClassName
{
color: #9236BC;
}
.AnyTagClassName
{
color: #9236BC;
}
</style>
background-color css
<style>
a { background-color: #9236BC; }
a { background-color: rgb(146,54,188); }
div.DivClassName
{
background-color: #9236BC;
}
.BgClassName
{
background-color: #9236BC;
}
</style>
border-color css
<style>
span { border-color: #9236BC; }
span { border-color: rgb(146,54,188); }
td.TdClassName
{
border-color: #9236BC;
}
.TagClassName
{
border-color: #9236BC;
}
</style>