Shades of Dark Orchid #9526CC
Tints of Dark Orchid #9526CC
RGB
CMYK
RGB Variations
Color information
#9526CC (or 0x9526CC) is known color: Dark Orchid. HEX triplet: 95, 26 and CC. RGB value is (149,38,204). Sum of RGB (Red+Green+Blue) = 149+38+204=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #9526CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9526CC is #6AD933. Grayscale: #595959. Windows color (decimal): -7002420 or 13379221. OLE color: 13379221.
HSL color Cylindrical-coordinate representation of color #9526CC: hue angle of 280.12º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9526CC is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 38 | 204 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.2 |
| HSL | 280.12º | 0.69% | 0.47% | - |
| HSV(B) | 280.12º | 0.81% | 0.8% | - |
| XYZ | 23.99 | 12.14 | 58.2 | - |
| YUV | 90.11 | 192.27 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 204 | 0.27 | 0.81 | 0 | 0.2 | 280.12 | 0.69 | 0.47 |
| Hex | 95 | 26 | CC | 1B | 51 | 0 | 14 | 118 | 45 | 2F |
| Octal | 225 | 46 | 314 | 33 | 121 | 0 | 24 | 430 | 105 | 57 |
| Binary | 10010101 | 100110 | 11001100 | 11011 | 1010001 | 0 | 10100 | 100011000 | 1000101 | 101111 |
Color Harmonies of #9526CC
Complementary color
Monochromatic Colors of #9526CC
Black with #9526CC
Text Example
Text Example
White with #9526CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9526CC; }
p { color: rgb(149,38,204); }
H1.HeaderClassName
{
color: #9526CC;
}
.AnyTagClassName
{
color: #9526CC;
}
</style>
background-color css
<style>
a { background-color: #9526CC; }
a { background-color: rgb(149,38,204); }
div.DivClassName
{
background-color: #9526CC;
}
.BgClassName
{
background-color: #9526CC;
}
</style>
border-color css
<style>
span { border-color: #9526CC; }
span { border-color: rgb(149,38,204); }
td.TdClassName
{
border-color: #9526CC;
}
.TagClassName
{
border-color: #9526CC;
}
</style>