Shades of Dark Orchid #9139CA
Tints of Dark Orchid #9139CA
RGB
CMYK
RGB Variations
Color information
#9139CA (or 0x9139CA) is known color: Dark Orchid. HEX triplet: 91, 39 and CA. RGB value is (145,57,202). Sum of RGB (Red+Green+Blue) = 145+57+202=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #9139CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9139CA is #6EC635. Grayscale: #636363. Windows color (decimal): -7259702 or 13253009. OLE color: 13253009.
HSL color Cylindrical-coordinate representation of color #9139CA: hue angle of 276.41º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9139CA is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 57 | 202 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.21 |
| HSL | 276.41º | 0.58% | 0.51% | - |
| HSV(B) | 276.41º | 0.72% | 0.79% | - |
| XYZ | 23.8 | 13.21 | 57.17 | - |
| YUV | 99.84 | 185.65 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 202 | 0.28 | 0.72 | 0 | 0.21 | 276.41 | 0.58 | 0.51 |
| Hex | 91 | 39 | CA | 1C | 48 | 0 | 15 | 114 | 3A | 33 |
| Octal | 221 | 71 | 312 | 34 | 110 | 0 | 25 | 424 | 72 | 63 |
| Binary | 10010001 | 111001 | 11001010 | 11100 | 1001000 | 0 | 10101 | 100010100 | 111010 | 110011 |
Color Harmonies of #9139CA
Complementary color
Monochromatic Colors of #9139CA
Black with #9139CA
Text Example
Text Example
White with #9139CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9139CA; }
p { color: rgb(145,57,202); }
H1.HeaderClassName
{
color: #9139CA;
}
.AnyTagClassName
{
color: #9139CA;
}
</style>
background-color css
<style>
a { background-color: #9139CA; }
a { background-color: rgb(145,57,202); }
div.DivClassName
{
background-color: #9139CA;
}
.BgClassName
{
background-color: #9139CA;
}
</style>
border-color css
<style>
span { border-color: #9139CA; }
span { border-color: rgb(145,57,202); }
td.TdClassName
{
border-color: #9139CA;
}
.TagClassName
{
border-color: #9139CA;
}
</style>