Shades of Dark Orchid #9130C9
Tints of Dark Orchid #9130C9
RGB
CMYK
RGB Variations
Color information
#9130C9 (or 0x9130C9) is known color: Dark Orchid. HEX triplet: 91, 30 and C9. RGB value is (145,48,201). Sum of RGB (Red+Green+Blue) = 145+48+201=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #9130C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9130C9 is #6ECF36. Grayscale: #5D5D5D. Windows color (decimal): -7262007 or 13185169. OLE color: 13185169.
HSL color Cylindrical-coordinate representation of color #9130C9: hue angle of 278.04º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9130C9 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 48 | 201 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.21 |
| HSL | 278.04º | 0.61% | 0.49% | - |
| HSV(B) | 278.04º | 0.76% | 0.79% | - |
| XYZ | 23.28 | 12.35 | 56.42 | - |
| YUV | 94.45 | 188.14 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 201 | 0.28 | 0.76 | 0 | 0.21 | 278.04 | 0.61 | 0.49 |
| Hex | 91 | 30 | C9 | 1C | 4C | 0 | 15 | 116 | 3D | 31 |
| Octal | 221 | 60 | 311 | 34 | 114 | 0 | 25 | 426 | 75 | 61 |
| Binary | 10010001 | 110000 | 11001001 | 11100 | 1001100 | 0 | 10101 | 100010110 | 111101 | 110001 |
Color Harmonies of #9130C9
Complementary color
Monochromatic Colors of #9130C9
Black with #9130C9
Text Example
Text Example
White with #9130C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9130C9; }
p { color: rgb(145,48,201); }
H1.HeaderClassName
{
color: #9130C9;
}
.AnyTagClassName
{
color: #9130C9;
}
</style>
background-color css
<style>
a { background-color: #9130C9; }
a { background-color: rgb(145,48,201); }
div.DivClassName
{
background-color: #9130C9;
}
.BgClassName
{
background-color: #9130C9;
}
</style>
border-color css
<style>
span { border-color: #9130C9; }
span { border-color: rgb(145,48,201); }
td.TdClassName
{
border-color: #9130C9;
}
.TagClassName
{
border-color: #9130C9;
}
</style>