Shades of Dark Orchid #9130BA
Tints of Dark Orchid #9130BA
RGB
CMYK
RGB Variations
Color information
#9130BA (or 0x9130BA) is known color: Dark Orchid. HEX triplet: 91, 30 and BA. RGB value is (145,48,186). Sum of RGB (Red+Green+Blue) = 145+48+186=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #9130BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9130BA is #6ECF45. Grayscale: #5C5C5C. Windows color (decimal): -7262022 or 12202129. OLE color: 12202129.
HSL color Cylindrical-coordinate representation of color #9130BA: hue angle of 282.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9130BA is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 48 | 186 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.27 |
| HSL | 282.17º | 0.59% | 0.46% | - |
| HSV(B) | 282.17º | 0.74% | 0.73% | - |
| XYZ | 21.6 | 11.68 | 47.57 | - |
| YUV | 92.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 186 | 0.22 | 0.74 | 0 | 0.27 | 282.17 | 0.59 | 0.46 |
| Hex | 91 | 30 | BA | 16 | 4A | 0 | 1B | 11A | 3B | 2E |
| Octal | 221 | 60 | 272 | 26 | 112 | 0 | 33 | 432 | 73 | 56 |
| Binary | 10010001 | 110000 | 10111010 | 10110 | 1001010 | 0 | 11011 | 100011010 | 111011 | 101110 |
Color Harmonies of #9130BA
Complementary color
Monochromatic Colors of #9130BA
Black with #9130BA
Text Example
Text Example
White with #9130BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9130BA; }
p { color: rgb(145,48,186); }
H1.HeaderClassName
{
color: #9130BA;
}
.AnyTagClassName
{
color: #9130BA;
}
</style>
background-color css
<style>
a { background-color: #9130BA; }
a { background-color: rgb(145,48,186); }
div.DivClassName
{
background-color: #9130BA;
}
.BgClassName
{
background-color: #9130BA;
}
</style>
border-color css
<style>
span { border-color: #9130BA; }
span { border-color: rgb(145,48,186); }
td.TdClassName
{
border-color: #9130BA;
}
.TagClassName
{
border-color: #9130BA;
}
</style>