Shades of Dark Orchid #9527CE
Tints of Dark Orchid #9527CE
RGB
CMYK
RGB Variations
Color information
#9527CE (or 0x9527CE) is known color: Dark Orchid. HEX triplet: 95, 27 and CE. RGB value is (149,39,206). Sum of RGB (Red+Green+Blue) = 149+39+206=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #9527CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9527CE is #6AD831. Grayscale: #5A5A5A. Windows color (decimal): -7002162 or 13510549. OLE color: 13510549.
HSL color Cylindrical-coordinate representation of color #9527CE: hue angle of 279.52º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9527CE is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 39 | 206 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.19 |
| HSL | 279.52º | 0.68% | 0.48% | - |
| HSV(B) | 279.52º | 0.81% | 0.81% | - |
| XYZ | 24.26 | 12.3 | 59.49 | - |
| YUV | 90.93 | 192.94 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 206 | 0.28 | 0.81 | 0 | 0.19 | 279.52 | 0.68 | 0.48 |
| Hex | 95 | 27 | CE | 1C | 51 | 0 | 13 | 118 | 44 | 30 |
| Octal | 225 | 47 | 316 | 34 | 121 | 0 | 23 | 430 | 104 | 60 |
| Binary | 10010101 | 100111 | 11001110 | 11100 | 1010001 | 0 | 10011 | 100011000 | 1000100 | 110000 |
Color Harmonies of #9527CE
Complementary color
Monochromatic Colors of #9527CE
Black with #9527CE
Text Example
Text Example
White with #9527CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9527CE; }
p { color: rgb(149,39,206); }
H1.HeaderClassName
{
color: #9527CE;
}
.AnyTagClassName
{
color: #9527CE;
}
</style>
background-color css
<style>
a { background-color: #9527CE; }
a { background-color: rgb(149,39,206); }
div.DivClassName
{
background-color: #9527CE;
}
.BgClassName
{
background-color: #9527CE;
}
</style>
border-color css
<style>
span { border-color: #9527CE; }
span { border-color: rgb(149,39,206); }
td.TdClassName
{
border-color: #9527CE;
}
.TagClassName
{
border-color: #9527CE;
}
</style>