Shades of Dark Orchid #9128BE
Tints of Dark Orchid #9128BE
RGB
CMYK
RGB Variations
Color information
#9128BE (or 0x9128BE) is known color: Dark Orchid. HEX triplet: 91, 28 and BE. RGB value is (145,40,190). Sum of RGB (Red+Green+Blue) = 145+40+190=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #9128BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9128BE is #6ED741. Grayscale: #585858. Windows color (decimal): -7264066 or 12462225. OLE color: 12462225.
HSL color Cylindrical-coordinate representation of color #9128BE: hue angle of 282º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9128BE is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 40 | 190 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.25 |
| HSL | 282º | 0.65% | 0.45% | - |
| HSV(B) | 282º | 0.79% | 0.75% | - |
| XYZ | 21.73 | 11.26 | 49.74 | - |
| YUV | 88.5 | 185.29 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 190 | 0.24 | 0.79 | 0 | 0.25 | 282 | 0.65 | 0.45 |
| Hex | 91 | 28 | BE | 18 | 4F | 0 | 19 | 11A | 41 | 2D |
| Octal | 221 | 50 | 276 | 30 | 117 | 0 | 31 | 432 | 101 | 55 |
| Binary | 10010001 | 101000 | 10111110 | 11000 | 1001111 | 0 | 11001 | 100011010 | 1000001 | 101101 |
Color Harmonies of #9128BE
Complementary color
Monochromatic Colors of #9128BE
Black with #9128BE
Text Example
Text Example
White with #9128BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9128BE; }
p { color: rgb(145,40,190); }
H1.HeaderClassName
{
color: #9128BE;
}
.AnyTagClassName
{
color: #9128BE;
}
</style>
background-color css
<style>
a { background-color: #9128BE; }
a { background-color: rgb(145,40,190); }
div.DivClassName
{
background-color: #9128BE;
}
.BgClassName
{
background-color: #9128BE;
}
</style>
border-color css
<style>
span { border-color: #9128BE; }
span { border-color: rgb(145,40,190); }
td.TdClassName
{
border-color: #9128BE;
}
.TagClassName
{
border-color: #9128BE;
}
</style>