Shades of Dark Orchid #9526CA
Tints of Dark Orchid #9526CA
RGB
CMYK
RGB Variations
Color information
#9526CA (or 0x9526CA) is known color: Dark Orchid. HEX triplet: 95, 26 and CA. RGB value is (149,38,202). Sum of RGB (Red+Green+Blue) = 149+38+202=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #9526CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9526CA is #6AD935. Grayscale: #595959. Windows color (decimal): -7002422 or 13248149. OLE color: 13248149.
HSL color Cylindrical-coordinate representation of color #9526CA: hue angle of 280.61º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9526CA is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 38 | 202 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.21 |
| HSL | 280.61º | 0.68% | 0.47% | - |
| HSV(B) | 280.61º | 0.81% | 0.79% | - |
| XYZ | 23.75 | 12.04 | 56.95 | - |
| YUV | 89.89 | 191.27 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 202 | 0.26 | 0.81 | 0 | 0.21 | 280.61 | 0.68 | 0.47 |
| Hex | 95 | 26 | CA | 1A | 51 | 0 | 15 | 119 | 44 | 2F |
| Octal | 225 | 46 | 312 | 32 | 121 | 0 | 25 | 431 | 104 | 57 |
| Binary | 10010101 | 100110 | 11001010 | 11010 | 1010001 | 0 | 10101 | 100011001 | 1000100 | 101111 |
Color Harmonies of #9526CA
Complementary color
Monochromatic Colors of #9526CA
Black with #9526CA
Text Example
Text Example
White with #9526CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9526CA; }
p { color: rgb(149,38,202); }
H1.HeaderClassName
{
color: #9526CA;
}
.AnyTagClassName
{
color: #9526CA;
}
</style>
background-color css
<style>
a { background-color: #9526CA; }
a { background-color: rgb(149,38,202); }
div.DivClassName
{
background-color: #9526CA;
}
.BgClassName
{
background-color: #9526CA;
}
</style>
border-color css
<style>
span { border-color: #9526CA; }
span { border-color: rgb(149,38,202); }
td.TdClassName
{
border-color: #9526CA;
}
.TagClassName
{
border-color: #9526CA;
}
</style>