Shades of Dark Orchid #9139CF
Tints of Dark Orchid #9139CF
RGB
CMYK
RGB Variations
Color information
#9139CF (or 0x9139CF) is known color: Dark Orchid. HEX triplet: 91, 39 and CF. RGB value is (145,57,207). Sum of RGB (Red+Green+Blue) = 145+57+207=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #9139CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9139CF is #6EC630. Grayscale: #636363. Windows color (decimal): -7259697 or 13580689. OLE color: 13580689.
HSL color Cylindrical-coordinate representation of color #9139CF: hue angle of 275.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9139CF is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 57 | 207 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.19 |
| HSL | 275.2º | 0.61% | 0.52% | - |
| HSV(B) | 275.2º | 0.72% | 0.81% | - |
| XYZ | 24.4 | 13.45 | 60.34 | - |
| YUV | 100.41 | 188.15 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 207 | 0.30 | 0.72 | 0 | 0.19 | 275.2 | 0.61 | 0.52 |
| Hex | 91 | 39 | CF | 1E | 48 | 0 | 13 | 113 | 3D | 34 |
| Octal | 221 | 71 | 317 | 36 | 110 | 0 | 23 | 423 | 75 | 64 |
| Binary | 10010001 | 111001 | 11001111 | 11110 | 1001000 | 0 | 10011 | 100010011 | 111101 | 110100 |
Color Harmonies of #9139CF
Complementary color
Monochromatic Colors of #9139CF
Black with #9139CF
Text Example
Text Example
White with #9139CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9139CF; }
p { color: rgb(145,57,207); }
H1.HeaderClassName
{
color: #9139CF;
}
.AnyTagClassName
{
color: #9139CF;
}
</style>
background-color css
<style>
a { background-color: #9139CF; }
a { background-color: rgb(145,57,207); }
div.DivClassName
{
background-color: #9139CF;
}
.BgClassName
{
background-color: #9139CF;
}
</style>
border-color css
<style>
span { border-color: #9139CF; }
span { border-color: rgb(145,57,207); }
td.TdClassName
{
border-color: #9139CF;
}
.TagClassName
{
border-color: #9139CF;
}
</style>