Shades of Dark Orchid #9232B6
Tints of Dark Orchid #9232B6
RGB
CMYK
RGB Variations
Color information
#9232B6 (or 0x9232B6) is known color: Dark Orchid. HEX triplet: 92, 32 and B6. RGB value is (146,50,182). Sum of RGB (Red+Green+Blue) = 146+50+182=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #9232B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9232B6 is #6DCD49. Grayscale: #5D5D5D. Windows color (decimal): -7195978 or 11940498. OLE color: 11940498.
HSL color Cylindrical-coordinate representation of color #9232B6: hue angle of 283.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9232B6 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 50 | 182 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.29 |
| HSL | 283.64º | 0.57% | 0.45% | - |
| HSV(B) | 283.64º | 0.73% | 0.71% | - |
| XYZ | 21.44 | 11.77 | 45.4 | - |
| YUV | 93.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 182 | 0.20 | 0.73 | 0 | 0.29 | 283.64 | 0.57 | 0.45 |
| Hex | 92 | 32 | B6 | 14 | 49 | 0 | 1D | 11C | 39 | 2D |
| Octal | 222 | 62 | 266 | 24 | 111 | 0 | 35 | 434 | 71 | 55 |
| Binary | 10010010 | 110010 | 10110110 | 10100 | 1001001 | 0 | 11101 | 100011100 | 111001 | 101101 |
Color Harmonies of #9232B6
Complementary color
Monochromatic Colors of #9232B6
Black with #9232B6
Text Example
Text Example
White with #9232B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9232B6; }
p { color: rgb(146,50,182); }
H1.HeaderClassName
{
color: #9232B6;
}
.AnyTagClassName
{
color: #9232B6;
}
</style>
background-color css
<style>
a { background-color: #9232B6; }
a { background-color: rgb(146,50,182); }
div.DivClassName
{
background-color: #9232B6;
}
.BgClassName
{
background-color: #9232B6;
}
</style>
border-color css
<style>
span { border-color: #9232B6; }
span { border-color: rgb(146,50,182); }
td.TdClassName
{
border-color: #9232B6;
}
.TagClassName
{
border-color: #9232B6;
}
</style>