Shades of Dark Orchid #9128CB
Tints of Dark Orchid #9128CB
RGB
CMYK
RGB Variations
Color information
#9128CB (or 0x9128CB) is known color: Dark Orchid. HEX triplet: 91, 28 and CB. RGB value is (145,40,203). Sum of RGB (Red+Green+Blue) = 145+40+203=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #9128CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9128CB is #6ED734. Grayscale: #595959. Windows color (decimal): -7264053 or 13314193. OLE color: 13314193.
HSL color Cylindrical-coordinate representation of color #9128CB: hue angle of 278.65º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9128CB is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 40 | 203 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.20 |
| HSL | 278.65º | 0.67% | 0.48% | - |
| HSV(B) | 278.65º | 0.8% | 0.8% | - |
| XYZ | 23.22 | 11.85 | 57.56 | - |
| YUV | 89.98 | 191.79 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 203 | 0.29 | 0.80 | 0 | 0.20 | 278.65 | 0.67 | 0.48 |
| Hex | 91 | 28 | CB | 1D | 50 | 0 | 14 | 117 | 43 | 30 |
| Octal | 221 | 50 | 313 | 35 | 120 | 0 | 24 | 427 | 103 | 60 |
| Binary | 10010001 | 101000 | 11001011 | 11101 | 1010000 | 0 | 10100 | 100010111 | 1000011 | 110000 |
Color Harmonies of #9128CB
Complementary color
Monochromatic Colors of #9128CB
Black with #9128CB
Text Example
Text Example
White with #9128CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9128CB; }
p { color: rgb(145,40,203); }
H1.HeaderClassName
{
color: #9128CB;
}
.AnyTagClassName
{
color: #9128CB;
}
</style>
background-color css
<style>
a { background-color: #9128CB; }
a { background-color: rgb(145,40,203); }
div.DivClassName
{
background-color: #9128CB;
}
.BgClassName
{
background-color: #9128CB;
}
</style>
border-color css
<style>
span { border-color: #9128CB; }
span { border-color: rgb(145,40,203); }
td.TdClassName
{
border-color: #9128CB;
}
.TagClassName
{
border-color: #9128CB;
}
</style>