Shades of Dark Orchid #9139C6
Tints of Dark Orchid #9139C6
RGB
CMYK
RGB Variations
Color information
#9139C6 (or 0x9139C6) is known color: Dark Orchid. HEX triplet: 91, 39 and C6. RGB value is (145,57,198). Sum of RGB (Red+Green+Blue) = 145+57+198=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 198 (77.73% from 255 or 49.5% from 400); Max value from RGB is 198 - color contains mainly: blue. Hex color #9139C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9139C6 is #6EC639. Grayscale: #626262. Windows color (decimal): -7259706 or 12990865. OLE color: 12990865.
HSL color Cylindrical-coordinate representation of color #9139C6: hue angle of 277.45º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9139C6 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 57 | 198 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.22 |
| HSL | 277.45º | 0.55% | 0.5% | - |
| HSV(B) | 277.45º | 0.71% | 0.78% | - |
| XYZ | 23.33 | 13.02 | 54.71 | - |
| YUV | 99.39 | 183.65 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 198 | 0.27 | 0.71 | 0 | 0.22 | 277.45 | 0.55 | 0.5 |
| Hex | 91 | 39 | C6 | 1B | 47 | 0 | 16 | 115 | 37 | 32 |
| Octal | 221 | 71 | 306 | 33 | 107 | 0 | 26 | 425 | 67 | 62 |
| Binary | 10010001 | 111001 | 11000110 | 11011 | 1000111 | 0 | 10110 | 100010101 | 110111 | 110010 |
Color Harmonies of #9139C6
Complementary color
Monochromatic Colors of #9139C6
Black with #9139C6
Text Example
Text Example
White with #9139C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9139C6; }
p { color: rgb(145,57,198); }
H1.HeaderClassName
{
color: #9139C6;
}
.AnyTagClassName
{
color: #9139C6;
}
</style>
background-color css
<style>
a { background-color: #9139C6; }
a { background-color: rgb(145,57,198); }
div.DivClassName
{
background-color: #9139C6;
}
.BgClassName
{
background-color: #9139C6;
}
</style>
border-color css
<style>
span { border-color: #9139C6; }
span { border-color: rgb(145,57,198); }
td.TdClassName
{
border-color: #9139C6;
}
.TagClassName
{
border-color: #9139C6;
}
</style>