Shades of Dark Orchid #9526C5
Tints of Dark Orchid #9526C5
RGB
CMYK
RGB Variations
Color information
#9526C5 (or 0x9526C5) is known color: Dark Orchid. HEX triplet: 95, 26 and C5. RGB value is (149,38,197). Sum of RGB (Red+Green+Blue) = 149+38+197=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #9526C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9526C5 is #6AD93A. Grayscale: #585858. Windows color (decimal): -7002427 or 12920469. OLE color: 12920469.
HSL color Cylindrical-coordinate representation of color #9526C5: hue angle of 281.89º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9526C5 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 38 | 197 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.23 |
| HSL | 281.89º | 0.68% | 0.46% | - |
| HSV(B) | 281.89º | 0.81% | 0.77% | - |
| XYZ | 23.17 | 11.81 | 53.88 | - |
| YUV | 89.32 | 188.77 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 197 | 0.24 | 0.81 | 0 | 0.23 | 281.89 | 0.68 | 0.46 |
| Hex | 95 | 26 | C5 | 18 | 51 | 0 | 17 | 11A | 44 | 2E |
| Octal | 225 | 46 | 305 | 30 | 121 | 0 | 27 | 432 | 104 | 56 |
| Binary | 10010101 | 100110 | 11000101 | 11000 | 1010001 | 0 | 10111 | 100011010 | 1000100 | 101110 |
Color Harmonies of #9526C5
Complementary color
Monochromatic Colors of #9526C5
Black with #9526C5
Text Example
Text Example
White with #9526C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9526C5; }
p { color: rgb(149,38,197); }
H1.HeaderClassName
{
color: #9526C5;
}
.AnyTagClassName
{
color: #9526C5;
}
</style>
background-color css
<style>
a { background-color: #9526C5; }
a { background-color: rgb(149,38,197); }
div.DivClassName
{
background-color: #9526C5;
}
.BgClassName
{
background-color: #9526C5;
}
</style>
border-color css
<style>
span { border-color: #9526C5; }
span { border-color: rgb(149,38,197); }
td.TdClassName
{
border-color: #9526C5;
}
.TagClassName
{
border-color: #9526C5;
}
</style>