Shades of Dark Orchid #9130CE
Tints of Dark Orchid #9130CE
RGB
CMYK
RGB Variations
Color information
#9130CE (or 0x9130CE) is known color: Dark Orchid. HEX triplet: 91, 30 and CE. RGB value is (145,48,206). Sum of RGB (Red+Green+Blue) = 145+48+206=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #9130CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9130CE is #6ECF31. Grayscale: #5E5E5E. Windows color (decimal): -7262002 or 13512849. OLE color: 13512849.
HSL color Cylindrical-coordinate representation of color #9130CE: hue angle of 276.84º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9130CE is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 48 | 206 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.19 |
| HSL | 276.84º | 0.62% | 0.5% | - |
| HSV(B) | 276.84º | 0.77% | 0.81% | - |
| XYZ | 23.87 | 12.59 | 59.56 | - |
| YUV | 95.02 | 190.64 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 206 | 0.30 | 0.77 | 0 | 0.19 | 276.84 | 0.62 | 0.5 |
| Hex | 91 | 30 | CE | 1E | 4D | 0 | 13 | 115 | 3E | 32 |
| Octal | 221 | 60 | 316 | 36 | 115 | 0 | 23 | 425 | 76 | 62 |
| Binary | 10010001 | 110000 | 11001110 | 11110 | 1001101 | 0 | 10011 | 100010101 | 111110 | 110010 |
Color Harmonies of #9130CE
Complementary color
Monochromatic Colors of #9130CE
Black with #9130CE
Text Example
Text Example
White with #9130CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9130CE; }
p { color: rgb(145,48,206); }
H1.HeaderClassName
{
color: #9130CE;
}
.AnyTagClassName
{
color: #9130CE;
}
</style>
background-color css
<style>
a { background-color: #9130CE; }
a { background-color: rgb(145,48,206); }
div.DivClassName
{
background-color: #9130CE;
}
.BgClassName
{
background-color: #9130CE;
}
</style>
border-color css
<style>
span { border-color: #9130CE; }
span { border-color: rgb(145,48,206); }
td.TdClassName
{
border-color: #9130CE;
}
.TagClassName
{
border-color: #9130CE;
}
</style>