Shades of Dark Orchid #9535B1
Tints of Dark Orchid #9535B1
RGB
CMYK
RGB Variations
Color information
#9535B1 (or 0x9535B1) is known color: Dark Orchid. HEX triplet: 95, 35 and B1. RGB value is (149,53,177). Sum of RGB (Red+Green+Blue) = 149+53+177=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 177 - color contains mainly: blue. Hex color #9535B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9535B1 is #6ACA4E. Grayscale: #5F5F5F. Windows color (decimal): -6998607 or 11613589. OLE color: 11613589.
HSL color Cylindrical-coordinate representation of color #9535B1: hue angle of 286.45º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9535B1 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 53 | 177 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.31 |
| HSL | 286.45º | 0.54% | 0.45% | - |
| HSV(B) | 286.45º | 0.7% | 0.69% | - |
| XYZ | 21.6 | 12.11 | 42.79 | - |
| YUV | 95.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 177 | 0.16 | 0.70 | 0 | 0.31 | 286.45 | 0.54 | 0.45 |
| Hex | 95 | 35 | B1 | 10 | 46 | 0 | 1F | 11E | 36 | 2D |
| Octal | 225 | 65 | 261 | 20 | 106 | 0 | 37 | 436 | 66 | 55 |
| Binary | 10010101 | 110101 | 10110001 | 10000 | 1000110 | 0 | 11111 | 100011110 | 110110 | 101101 |
Color Harmonies of #9535B1
Complementary color
Monochromatic Colors of #9535B1
Black with #9535B1
Text Example
Text Example
White with #9535B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9535B1; }
p { color: rgb(149,53,177); }
H1.HeaderClassName
{
color: #9535B1;
}
.AnyTagClassName
{
color: #9535B1;
}
</style>
background-color css
<style>
a { background-color: #9535B1; }
a { background-color: rgb(149,53,177); }
div.DivClassName
{
background-color: #9535B1;
}
.BgClassName
{
background-color: #9535B1;
}
</style>
border-color css
<style>
span { border-color: #9535B1; }
span { border-color: rgb(149,53,177); }
td.TdClassName
{
border-color: #9535B1;
}
.TagClassName
{
border-color: #9535B1;
}
</style>