Shades of Dark Orchid #9231BC
Tints of Dark Orchid #9231BC
RGB
CMYK
RGB Variations
Color information
#9231BC (or 0x9231BC) is known color: Dark Orchid. HEX triplet: 92, 31 and BC. RGB value is (146,49,188). Sum of RGB (Red+Green+Blue) = 146+49+188=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #9231BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9231BC is #6DCE43. Grayscale: #5D5D5D. Windows color (decimal): -7196228 or 12333458. OLE color: 12333458.
HSL color Cylindrical-coordinate representation of color #9231BC: hue angle of 281.87º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9231BC is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 49 | 188 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.26 |
| HSL | 281.87º | 0.59% | 0.46% | - |
| HSV(B) | 281.87º | 0.74% | 0.74% | - |
| XYZ | 22.03 | 11.94 | 48.72 | - |
| YUV | 93.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 49 | 188 | 0.22 | 0.74 | 0 | 0.26 | 281.87 | 0.59 | 0.46 |
| Hex | 92 | 31 | BC | 16 | 4A | 0 | 1A | 11A | 3B | 2E |
| Octal | 222 | 61 | 274 | 26 | 112 | 0 | 32 | 432 | 73 | 56 |
| Binary | 10010010 | 110001 | 10111100 | 10110 | 1001010 | 0 | 11010 | 100011010 | 111011 | 101110 |
Color Harmonies of #9231BC
Complementary color
Monochromatic Colors of #9231BC
Black with #9231BC
Text Example
Text Example
White with #9231BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9231BC; }
p { color: rgb(146,49,188); }
H1.HeaderClassName
{
color: #9231BC;
}
.AnyTagClassName
{
color: #9231BC;
}
</style>
background-color css
<style>
a { background-color: #9231BC; }
a { background-color: rgb(146,49,188); }
div.DivClassName
{
background-color: #9231BC;
}
.BgClassName
{
background-color: #9231BC;
}
</style>
border-color css
<style>
span { border-color: #9231BC; }
span { border-color: rgb(146,49,188); }
td.TdClassName
{
border-color: #9231BC;
}
.TagClassName
{
border-color: #9231BC;
}
</style>