Shades of Dark Orchid #9524CC
Tints of Dark Orchid #9524CC
RGB
CMYK
RGB Variations
Color information
#9524CC (or 0x9524CC) is known color: Dark Orchid. HEX triplet: 95, 24 and CC. RGB value is (149,36,204). Sum of RGB (Red+Green+Blue) = 149+36+204=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #9524CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9524CC is #6ADB33. Grayscale: #585858. Windows color (decimal): -7002932 or 13378709. OLE color: 13378709.
HSL color Cylindrical-coordinate representation of color #9524CC: hue angle of 280.36º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9524CC is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 36 | 204 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.2 |
| HSL | 280.36º | 0.7% | 0.47% | - |
| HSV(B) | 280.36º | 0.82% | 0.8% | - |
| XYZ | 23.92 | 12.01 | 58.18 | - |
| YUV | 88.94 | 192.94 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 204 | 0.27 | 0.82 | 0 | 0.2 | 280.36 | 0.7 | 0.47 |
| Hex | 95 | 24 | CC | 1B | 52 | 0 | 14 | 118 | 46 | 2F |
| Octal | 225 | 44 | 314 | 33 | 122 | 0 | 24 | 430 | 106 | 57 |
| Binary | 10010101 | 100100 | 11001100 | 11011 | 1010010 | 0 | 10100 | 100011000 | 1000110 | 101111 |
Color Harmonies of #9524CC
Complementary color
Monochromatic Colors of #9524CC
Black with #9524CC
Text Example
Text Example
White with #9524CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9524CC; }
p { color: rgb(149,36,204); }
H1.HeaderClassName
{
color: #9524CC;
}
.AnyTagClassName
{
color: #9524CC;
}
</style>
background-color css
<style>
a { background-color: #9524CC; }
a { background-color: rgb(149,36,204); }
div.DivClassName
{
background-color: #9524CC;
}
.BgClassName
{
background-color: #9524CC;
}
</style>
border-color css
<style>
span { border-color: #9524CC; }
span { border-color: rgb(149,36,204); }
td.TdClassName
{
border-color: #9524CC;
}
.TagClassName
{
border-color: #9524CC;
}
</style>