Shades of Dark Orchid #9135CE
Tints of Dark Orchid #9135CE
RGB
CMYK
RGB Variations
Color information
#9135CE (or 0x9135CE) is known color: Dark Orchid. HEX triplet: 91, 35 and CE. RGB value is (145,53,206). Sum of RGB (Red+Green+Blue) = 145+53+206=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #9135CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9135CE is #6ECA31. Grayscale: #616161. Windows color (decimal): -7260722 or 13514129. OLE color: 13514129.
HSL color Cylindrical-coordinate representation of color #9135CE: hue angle of 276.08º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9135CE is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 53 | 206 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.19 |
| HSL | 276.08º | 0.61% | 0.51% | - |
| HSV(B) | 276.08º | 0.74% | 0.81% | - |
| XYZ | 24.09 | 13.02 | 59.64 | - |
| YUV | 97.95 | 188.98 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 53 | 206 | 0.30 | 0.74 | 0 | 0.19 | 276.08 | 0.61 | 0.51 |
| Hex | 91 | 35 | CE | 1E | 4A | 0 | 13 | 114 | 3D | 33 |
| Octal | 221 | 65 | 316 | 36 | 112 | 0 | 23 | 424 | 75 | 63 |
| Binary | 10010001 | 110101 | 11001110 | 11110 | 1001010 | 0 | 10011 | 100010100 | 111101 | 110011 |
Color Harmonies of #9135CE
Complementary color
Monochromatic Colors of #9135CE
Black with #9135CE
Text Example
Text Example
White with #9135CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9135CE; }
p { color: rgb(145,53,206); }
H1.HeaderClassName
{
color: #9135CE;
}
.AnyTagClassName
{
color: #9135CE;
}
</style>
background-color css
<style>
a { background-color: #9135CE; }
a { background-color: rgb(145,53,206); }
div.DivClassName
{
background-color: #9135CE;
}
.BgClassName
{
background-color: #9135CE;
}
</style>
border-color css
<style>
span { border-color: #9135CE; }
span { border-color: rgb(145,53,206); }
td.TdClassName
{
border-color: #9135CE;
}
.TagClassName
{
border-color: #9135CE;
}
</style>