Shades of Dark Orchid #9526CE
Tints of Dark Orchid #9526CE
RGB
CMYK
RGB Variations
Color information
#9526CE (or 0x9526CE) is known color: Dark Orchid. HEX triplet: 95, 26 and CE. RGB value is (149,38,206). Sum of RGB (Red+Green+Blue) = 149+38+206=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #9526CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9526CE is #6AD931. Grayscale: #595959. Windows color (decimal): -7002418 or 13510293. OLE color: 13510293.
HSL color Cylindrical-coordinate representation of color #9526CE: hue angle of 279.64º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9526CE is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 38 | 206 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.19 |
| HSL | 279.64º | 0.69% | 0.48% | - |
| HSV(B) | 279.64º | 0.82% | 0.81% | - |
| XYZ | 24.23 | 12.23 | 59.48 | - |
| YUV | 90.34 | 193.27 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 206 | 0.28 | 0.82 | 0 | 0.19 | 279.64 | 0.69 | 0.48 |
| Hex | 95 | 26 | CE | 1C | 52 | 0 | 13 | 118 | 45 | 30 |
| Octal | 225 | 46 | 316 | 34 | 122 | 0 | 23 | 430 | 105 | 60 |
| Binary | 10010101 | 100110 | 11001110 | 11100 | 1010010 | 0 | 10011 | 100011000 | 1000101 | 110000 |
Color Harmonies of #9526CE
Complementary color
Monochromatic Colors of #9526CE
Black with #9526CE
Text Example
Text Example
White with #9526CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9526CE; }
p { color: rgb(149,38,206); }
H1.HeaderClassName
{
color: #9526CE;
}
.AnyTagClassName
{
color: #9526CE;
}
</style>
background-color css
<style>
a { background-color: #9526CE; }
a { background-color: rgb(149,38,206); }
div.DivClassName
{
background-color: #9526CE;
}
.BgClassName
{
background-color: #9526CE;
}
</style>
border-color css
<style>
span { border-color: #9526CE; }
span { border-color: rgb(149,38,206); }
td.TdClassName
{
border-color: #9526CE;
}
.TagClassName
{
border-color: #9526CE;
}
</style>