Shades of Dark Orchid #9521CC
Tints of Dark Orchid #9521CC
RGB
CMYK
RGB Variations
Color information
#9521CC (or 0x9521CC) is known color: Dark Orchid. HEX triplet: 95, 21 and CC. RGB value is (149,33,204). Sum of RGB (Red+Green+Blue) = 149+33+204=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #9521CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9521CC is #6ADE33. Grayscale: #565656. Windows color (decimal): -7003700 or 13377941. OLE color: 13377941.
HSL color Cylindrical-coordinate representation of color #9521CC: hue angle of 280.7º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9521CC is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 33 | 204 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.2 |
| HSL | 280.7º | 0.72% | 0.46% | - |
| HSV(B) | 280.7º | 0.84% | 0.8% | - |
| XYZ | 23.84 | 11.84 | 58.16 | - |
| YUV | 87.18 | 193.93 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 204 | 0.27 | 0.84 | 0 | 0.2 | 280.7 | 0.72 | 0.46 |
| Hex | 95 | 21 | CC | 1B | 54 | 0 | 14 | 119 | 48 | 2E |
| Octal | 225 | 41 | 314 | 33 | 124 | 0 | 24 | 431 | 110 | 56 |
| Binary | 10010101 | 100001 | 11001100 | 11011 | 1010100 | 0 | 10100 | 100011001 | 1001000 | 101110 |
Color Harmonies of #9521CC
Complementary color
Monochromatic Colors of #9521CC
Black with #9521CC
Text Example
Text Example
White with #9521CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9521CC; }
p { color: rgb(149,33,204); }
H1.HeaderClassName
{
color: #9521CC;
}
.AnyTagClassName
{
color: #9521CC;
}
</style>
background-color css
<style>
a { background-color: #9521CC; }
a { background-color: rgb(149,33,204); }
div.DivClassName
{
background-color: #9521CC;
}
.BgClassName
{
background-color: #9521CC;
}
</style>
border-color css
<style>
span { border-color: #9521CC; }
span { border-color: rgb(149,33,204); }
td.TdClassName
{
border-color: #9521CC;
}
.TagClassName
{
border-color: #9521CC;
}
</style>