Shades of Dark Orchid #9524BC
Tints of Dark Orchid #9524BC
RGB
CMYK
RGB Variations
Color information
#9524BC (or 0x9524BC) is known color: Dark Orchid. HEX triplet: 95, 24 and BC. RGB value is (149,36,188). Sum of RGB (Red+Green+Blue) = 149+36+188=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #9524BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9524BC is #6ADB43. Grayscale: #565656. Windows color (decimal): -7002948 or 12330133. OLE color: 12330133.
HSL color Cylindrical-coordinate representation of color #9524BC: hue angle of 284.61º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9524BC is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 36 | 188 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.26 |
| HSL | 284.61º | 0.68% | 0.44% | - |
| HSV(B) | 284.61º | 0.81% | 0.74% | - |
| XYZ | 22.1 | 11.28 | 48.59 | - |
| YUV | 87.12 | 184.94 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 188 | 0.21 | 0.81 | 0 | 0.26 | 284.61 | 0.68 | 0.44 |
| Hex | 95 | 24 | BC | 15 | 51 | 0 | 1A | 11D | 44 | 2C |
| Octal | 225 | 44 | 274 | 25 | 121 | 0 | 32 | 435 | 104 | 54 |
| Binary | 10010101 | 100100 | 10111100 | 10101 | 1010001 | 0 | 11010 | 100011101 | 1000100 | 101100 |
Color Harmonies of #9524BC
Complementary color
Monochromatic Colors of #9524BC
Black with #9524BC
Text Example
Text Example
White with #9524BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9524BC; }
p { color: rgb(149,36,188); }
H1.HeaderClassName
{
color: #9524BC;
}
.AnyTagClassName
{
color: #9524BC;
}
</style>
background-color css
<style>
a { background-color: #9524BC; }
a { background-color: rgb(149,36,188); }
div.DivClassName
{
background-color: #9524BC;
}
.BgClassName
{
background-color: #9524BC;
}
</style>
border-color css
<style>
span { border-color: #9524BC; }
span { border-color: rgb(149,36,188); }
td.TdClassName
{
border-color: #9524BC;
}
.TagClassName
{
border-color: #9524BC;
}
</style>