Shades of Dark Orchid #9535B8
Tints of Dark Orchid #9535B8
RGB
CMYK
RGB Variations
Color information
#9535B8 (or 0x9535B8) is known color: Dark Orchid. HEX triplet: 95, 35 and B8. RGB value is (149,53,184). Sum of RGB (Red+Green+Blue) = 149+53+184=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #9535B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9535B8 is #6ACA47. Grayscale: #606060. Windows color (decimal): -6998600 or 12072341. OLE color: 12072341.
HSL color Cylindrical-coordinate representation of color #9535B8: hue angle of 283.97º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9535B8 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 53 | 184 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.28 |
| HSL | 283.97º | 0.55% | 0.46% | - |
| HSV(B) | 283.97º | 0.71% | 0.72% | - |
| XYZ | 22.32 | 12.4 | 46.56 | - |
| YUV | 96.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 184 | 0.19 | 0.71 | 0 | 0.28 | 283.97 | 0.55 | 0.46 |
| Hex | 95 | 35 | B8 | 13 | 47 | 0 | 1C | 11C | 37 | 2E |
| Octal | 225 | 65 | 270 | 23 | 107 | 0 | 34 | 434 | 67 | 56 |
| Binary | 10010101 | 110101 | 10111000 | 10011 | 1000111 | 0 | 11100 | 100011100 | 110111 | 101110 |
Color Harmonies of #9535B8
Complementary color
Monochromatic Colors of #9535B8
Black with #9535B8
Text Example
Text Example
White with #9535B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9535B8; }
p { color: rgb(149,53,184); }
H1.HeaderClassName
{
color: #9535B8;
}
.AnyTagClassName
{
color: #9535B8;
}
</style>
background-color css
<style>
a { background-color: #9535B8; }
a { background-color: rgb(149,53,184); }
div.DivClassName
{
background-color: #9535B8;
}
.BgClassName
{
background-color: #9535B8;
}
</style>
border-color css
<style>
span { border-color: #9535B8; }
span { border-color: rgb(149,53,184); }
td.TdClassName
{
border-color: #9535B8;
}
.TagClassName
{
border-color: #9535B8;
}
</style>