Shades of Dark Orchid #9528BC
Tints of Dark Orchid #9528BC
RGB
CMYK
RGB Variations
Color information
#9528BC (or 0x9528BC) is known color: Dark Orchid. HEX triplet: 95, 28 and BC. RGB value is (149,40,188). Sum of RGB (Red+Green+Blue) = 149+40+188=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #9528BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9528BC is #6AD743. Grayscale: #585858. Windows color (decimal): -7001924 or 12331157. OLE color: 12331157.
HSL color Cylindrical-coordinate representation of color #9528BC: hue angle of 284.19º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9528BC is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 40 | 188 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.26 |
| HSL | 284.19º | 0.65% | 0.45% | - |
| HSV(B) | 284.19º | 0.79% | 0.74% | - |
| XYZ | 22.23 | 11.54 | 48.63 | - |
| YUV | 89.46 | 183.61 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 188 | 0.21 | 0.79 | 0 | 0.26 | 284.19 | 0.65 | 0.45 |
| Hex | 95 | 28 | BC | 15 | 4F | 0 | 1A | 11C | 41 | 2D |
| Octal | 225 | 50 | 274 | 25 | 117 | 0 | 32 | 434 | 101 | 55 |
| Binary | 10010101 | 101000 | 10111100 | 10101 | 1001111 | 0 | 11010 | 100011100 | 1000001 | 101101 |
Color Harmonies of #9528BC
Complementary color
Monochromatic Colors of #9528BC
Black with #9528BC
Text Example
Text Example
White with #9528BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9528BC; }
p { color: rgb(149,40,188); }
H1.HeaderClassName
{
color: #9528BC;
}
.AnyTagClassName
{
color: #9528BC;
}
</style>
background-color css
<style>
a { background-color: #9528BC; }
a { background-color: rgb(149,40,188); }
div.DivClassName
{
background-color: #9528BC;
}
.BgClassName
{
background-color: #9528BC;
}
</style>
border-color css
<style>
span { border-color: #9528BC; }
span { border-color: rgb(149,40,188); }
td.TdClassName
{
border-color: #9528BC;
}
.TagClassName
{
border-color: #9528BC;
}
</style>