Shades of Dark Orchid #9127BD
Tints of Dark Orchid #9127BD
RGB
CMYK
RGB Variations
Color information
#9127BD (or 0x9127BD) is known color: Dark Orchid. HEX triplet: 91, 27 and BD. RGB value is (145,39,189). Sum of RGB (Red+Green+Blue) = 145+39+189=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #9127BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9127BD is #6ED842. Grayscale: #575757. Windows color (decimal): -7264323 or 12396433. OLE color: 12396433.
HSL color Cylindrical-coordinate representation of color #9127BD: hue angle of 282.4º degrees, saturation: 0.66, 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 #9127BD is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 39 | 189 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.26 |
| HSL | 282.4º | 0.66% | 0.45% | - |
| HSV(B) | 282.4º | 0.79% | 0.74% | - |
| XYZ | 21.59 | 11.14 | 49.16 | - |
| YUV | 87.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 39 | 189 | 0.23 | 0.79 | 0 | 0.26 | 282.4 | 0.66 | 0.45 |
| Hex | 91 | 27 | BD | 17 | 4F | 0 | 1A | 11A | 42 | 2D |
| Octal | 221 | 47 | 275 | 27 | 117 | 0 | 32 | 432 | 102 | 55 |
| Binary | 10010001 | 100111 | 10111101 | 10111 | 1001111 | 0 | 11010 | 100011010 | 1000010 | 101101 |
Color Harmonies of #9127BD
Complementary color
Monochromatic Colors of #9127BD
Black with #9127BD
Text Example
Text Example
White with #9127BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9127BD; }
p { color: rgb(145,39,189); }
H1.HeaderClassName
{
color: #9127BD;
}
.AnyTagClassName
{
color: #9127BD;
}
</style>
background-color css
<style>
a { background-color: #9127BD; }
a { background-color: rgb(145,39,189); }
div.DivClassName
{
background-color: #9127BD;
}
.BgClassName
{
background-color: #9127BD;
}
</style>
border-color css
<style>
span { border-color: #9127BD; }
span { border-color: rgb(145,39,189); }
td.TdClassName
{
border-color: #9127BD;
}
.TagClassName
{
border-color: #9127BD;
}
</style>