Shades of Dark Orchid #9128BC
Tints of Dark Orchid #9128BC
RGB
CMYK
RGB Variations
Color information
#9128BC (or 0x9128BC) is known color: Dark Orchid. HEX triplet: 91, 28 and BC. RGB value is (145,40,188). Sum of RGB (Red+Green+Blue) = 145+40+188=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #9128BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9128BC is #6ED743. Grayscale: #575757. Windows color (decimal): -7264068 or 12331153. OLE color: 12331153.
HSL color Cylindrical-coordinate representation of color #9128BC: hue angle of 282.57º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9128BC is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 40 | 188 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.26 |
| HSL | 282.57º | 0.65% | 0.45% | - |
| HSV(B) | 282.57º | 0.79% | 0.74% | - |
| XYZ | 21.51 | 11.17 | 48.6 | - |
| YUV | 88.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 188 | 0.23 | 0.79 | 0 | 0.26 | 282.57 | 0.65 | 0.45 |
| Hex | 91 | 28 | BC | 17 | 4F | 0 | 1A | 11B | 41 | 2D |
| Octal | 221 | 50 | 274 | 27 | 117 | 0 | 32 | 433 | 101 | 55 |
| Binary | 10010001 | 101000 | 10111100 | 10111 | 1001111 | 0 | 11010 | 100011011 | 1000001 | 101101 |
Color Harmonies of #9128BC
Complementary color
Monochromatic Colors of #9128BC
Black with #9128BC
Text Example
Text Example
White with #9128BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9128BC; }
p { color: rgb(145,40,188); }
H1.HeaderClassName
{
color: #9128BC;
}
.AnyTagClassName
{
color: #9128BC;
}
</style>
background-color css
<style>
a { background-color: #9128BC; }
a { background-color: rgb(145,40,188); }
div.DivClassName
{
background-color: #9128BC;
}
.BgClassName
{
background-color: #9128BC;
}
</style>
border-color css
<style>
span { border-color: #9128BC; }
span { border-color: rgb(145,40,188); }
td.TdClassName
{
border-color: #9128BC;
}
.TagClassName
{
border-color: #9128BC;
}
</style>