Shades of Dark Orchid #9238BA
Tints of Dark Orchid #9238BA
RGB
CMYK
RGB Variations
Color information
#9238BA (or 0x9238BA) is known color: Dark Orchid. HEX triplet: 92, 38 and BA. RGB value is (146,56,186). Sum of RGB (Red+Green+Blue) = 146+56+186=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #9238BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9238BA is #6DC745. Grayscale: #616161. Windows color (decimal): -7194438 or 12204178. OLE color: 12204178.
HSL color Cylindrical-coordinate representation of color #9238BA: hue angle of 281.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9238BA is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 56 | 186 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.27 |
| HSL | 281.54º | 0.54% | 0.47% | - |
| HSV(B) | 281.54º | 0.7% | 0.73% | - |
| XYZ | 22.13 | 12.48 | 47.7 | - |
| YUV | 97.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 56 | 186 | 0.22 | 0.70 | 0 | 0.27 | 281.54 | 0.54 | 0.47 |
| Hex | 92 | 38 | BA | 16 | 46 | 0 | 1B | 11A | 36 | 2F |
| Octal | 222 | 70 | 272 | 26 | 106 | 0 | 33 | 432 | 66 | 57 |
| Binary | 10010010 | 111000 | 10111010 | 10110 | 1000110 | 0 | 11011 | 100011010 | 110110 | 101111 |
Color Harmonies of #9238BA
Complementary color
Monochromatic Colors of #9238BA
Black with #9238BA
Text Example
Text Example
White with #9238BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9238BA; }
p { color: rgb(146,56,186); }
H1.HeaderClassName
{
color: #9238BA;
}
.AnyTagClassName
{
color: #9238BA;
}
</style>
background-color css
<style>
a { background-color: #9238BA; }
a { background-color: rgb(146,56,186); }
div.DivClassName
{
background-color: #9238BA;
}
.BgClassName
{
background-color: #9238BA;
}
</style>
border-color css
<style>
span { border-color: #9238BA; }
span { border-color: rgb(146,56,186); }
td.TdClassName
{
border-color: #9238BA;
}
.TagClassName
{
border-color: #9238BA;
}
</style>