Shades of Dark Orchid #9128CA
Tints of Dark Orchid #9128CA
RGB
CMYK
RGB Variations
Color information
#9128CA (or 0x9128CA) is known color: Dark Orchid. HEX triplet: 91, 28 and CA. RGB value is (145,40,202). Sum of RGB (Red+Green+Blue) = 145+40+202=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #9128CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9128CA is #6ED735. Grayscale: #595959. Windows color (decimal): -7264054 or 13248657. OLE color: 13248657.
HSL color Cylindrical-coordinate representation of color #9128CA: hue angle of 278.89º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9128CA is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 40 | 202 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.21 |
| HSL | 278.89º | 0.67% | 0.47% | - |
| HSV(B) | 278.89º | 0.8% | 0.79% | - |
| XYZ | 23.1 | 11.8 | 56.94 | - |
| YUV | 89.86 | 191.29 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 202 | 0.28 | 0.80 | 0 | 0.21 | 278.89 | 0.67 | 0.47 |
| Hex | 91 | 28 | CA | 1C | 50 | 0 | 15 | 117 | 43 | 2F |
| Octal | 221 | 50 | 312 | 34 | 120 | 0 | 25 | 427 | 103 | 57 |
| Binary | 10010001 | 101000 | 11001010 | 11100 | 1010000 | 0 | 10101 | 100010111 | 1000011 | 101111 |
Color Harmonies of #9128CA
Complementary color
Monochromatic Colors of #9128CA
Black with #9128CA
Text Example
Text Example
White with #9128CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9128CA; }
p { color: rgb(145,40,202); }
H1.HeaderClassName
{
color: #9128CA;
}
.AnyTagClassName
{
color: #9128CA;
}
</style>
background-color css
<style>
a { background-color: #9128CA; }
a { background-color: rgb(145,40,202); }
div.DivClassName
{
background-color: #9128CA;
}
.BgClassName
{
background-color: #9128CA;
}
</style>
border-color css
<style>
span { border-color: #9128CA; }
span { border-color: rgb(145,40,202); }
td.TdClassName
{
border-color: #9128CA;
}
.TagClassName
{
border-color: #9128CA;
}
</style>