Shades of Dark Orchid #9528C5
Tints of Dark Orchid #9528C5
RGB
CMYK
RGB Variations
Color information
#9528C5 (or 0x9528C5) is known color: Dark Orchid. HEX triplet: 95, 28 and C5. RGB value is (149,40,197). Sum of RGB (Red+Green+Blue) = 149+40+197=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #9528C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9528C5 is #6AD73A. Grayscale: #595959. Windows color (decimal): -7001915 or 12920981. OLE color: 12920981.
HSL color Cylindrical-coordinate representation of color #9528C5: hue angle of 281.66º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9528C5 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 40 | 197 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.23 |
| HSL | 281.66º | 0.66% | 0.46% | - |
| HSV(B) | 281.66º | 0.8% | 0.77% | - |
| XYZ | 23.23 | 11.94 | 53.9 | - |
| YUV | 90.49 | 188.11 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 197 | 0.24 | 0.80 | 0 | 0.23 | 281.66 | 0.66 | 0.46 |
| Hex | 95 | 28 | C5 | 18 | 50 | 0 | 17 | 11A | 42 | 2E |
| Octal | 225 | 50 | 305 | 30 | 120 | 0 | 27 | 432 | 102 | 56 |
| Binary | 10010101 | 101000 | 11000101 | 11000 | 1010000 | 0 | 10111 | 100011010 | 1000010 | 101110 |
Color Harmonies of #9528C5
Complementary color
Monochromatic Colors of #9528C5
Black with #9528C5
Text Example
Text Example
White with #9528C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9528C5; }
p { color: rgb(149,40,197); }
H1.HeaderClassName
{
color: #9528C5;
}
.AnyTagClassName
{
color: #9528C5;
}
</style>
background-color css
<style>
a { background-color: #9528C5; }
a { background-color: rgb(149,40,197); }
div.DivClassName
{
background-color: #9528C5;
}
.BgClassName
{
background-color: #9528C5;
}
</style>
border-color css
<style>
span { border-color: #9528C5; }
span { border-color: rgb(149,40,197); }
td.TdClassName
{
border-color: #9528C5;
}
.TagClassName
{
border-color: #9528C5;
}
</style>