Shades of Dark Orchid #9130C4
Tints of Dark Orchid #9130C4
RGB
CMYK
RGB Variations
Color information
#9130C4 (or 0x9130C4) is known color: Dark Orchid. HEX triplet: 91, 30 and C4. RGB value is (145,48,196). Sum of RGB (Red+Green+Blue) = 145+48+196=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #9130C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9130C4 is #6ECF3B. Grayscale: #5D5D5D. Windows color (decimal): -7262012 or 12857489. OLE color: 12857489.
HSL color Cylindrical-coordinate representation of color #9130C4: hue angle of 279.32º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9130C4 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 48 | 196 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.23 |
| HSL | 279.32º | 0.61% | 0.48% | - |
| HSV(B) | 279.32º | 0.76% | 0.77% | - |
| XYZ | 22.7 | 12.12 | 53.37 | - |
| YUV | 93.88 | 185.64 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 196 | 0.26 | 0.76 | 0 | 0.23 | 279.32 | 0.61 | 0.48 |
| Hex | 91 | 30 | C4 | 1A | 4C | 0 | 17 | 117 | 3D | 30 |
| Octal | 221 | 60 | 304 | 32 | 114 | 0 | 27 | 427 | 75 | 60 |
| Binary | 10010001 | 110000 | 11000100 | 11010 | 1001100 | 0 | 10111 | 100010111 | 111101 | 110000 |
Color Harmonies of #9130C4
Complementary color
Monochromatic Colors of #9130C4
Black with #9130C4
Text Example
Text Example
White with #9130C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9130C4; }
p { color: rgb(145,48,196); }
H1.HeaderClassName
{
color: #9130C4;
}
.AnyTagClassName
{
color: #9130C4;
}
</style>
background-color css
<style>
a { background-color: #9130C4; }
a { background-color: rgb(145,48,196); }
div.DivClassName
{
background-color: #9130C4;
}
.BgClassName
{
background-color: #9130C4;
}
</style>
border-color css
<style>
span { border-color: #9130C4; }
span { border-color: rgb(145,48,196); }
td.TdClassName
{
border-color: #9130C4;
}
.TagClassName
{
border-color: #9130C4;
}
</style>