Shades of Dark Orchid #9230BE
Tints of Dark Orchid #9230BE
RGB
CMYK
RGB Variations
Color information
#9230BE (or 0x9230BE) is known color: Dark Orchid. HEX triplet: 92, 30 and BE. RGB value is (146,48,190). Sum of RGB (Red+Green+Blue) = 146+48+190=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #9230BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9230BE is #6DCF41. Grayscale: #5D5D5D. Windows color (decimal): -7196482 or 12464274. OLE color: 12464274.
HSL color Cylindrical-coordinate representation of color #9230BE: hue angle of 281.41º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9230BE is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 48 | 190 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.25 |
| HSL | 281.41º | 0.6% | 0.47% | - |
| HSV(B) | 281.41º | 0.75% | 0.75% | - |
| XYZ | 22.21 | 11.94 | 49.85 | - |
| YUV | 93.49 | 182.47 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 190 | 0.23 | 0.75 | 0 | 0.25 | 281.41 | 0.6 | 0.47 |
| Hex | 92 | 30 | BE | 17 | 4B | 0 | 19 | 119 | 3C | 2F |
| Octal | 222 | 60 | 276 | 27 | 113 | 0 | 31 | 431 | 74 | 57 |
| Binary | 10010010 | 110000 | 10111110 | 10111 | 1001011 | 0 | 11001 | 100011001 | 111100 | 101111 |
Color Harmonies of #9230BE
Complementary color
Monochromatic Colors of #9230BE
Black with #9230BE
Text Example
Text Example
White with #9230BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9230BE; }
p { color: rgb(146,48,190); }
H1.HeaderClassName
{
color: #9230BE;
}
.AnyTagClassName
{
color: #9230BE;
}
</style>
background-color css
<style>
a { background-color: #9230BE; }
a { background-color: rgb(146,48,190); }
div.DivClassName
{
background-color: #9230BE;
}
.BgClassName
{
background-color: #9230BE;
}
</style>
border-color css
<style>
span { border-color: #9230BE; }
span { border-color: rgb(146,48,190); }
td.TdClassName
{
border-color: #9230BE;
}
.TagClassName
{
border-color: #9230BE;
}
</style>