Shades of Dark Orchid #9520C4
Tints of Dark Orchid #9520C4
RGB
CMYK
RGB Variations
Color information
#9520C4 (or 0x9520C4) is known color: Dark Orchid. HEX triplet: 95, 20 and C4. RGB value is (149,32,196). Sum of RGB (Red+Green+Blue) = 149+32+196=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 196 (76.95% from 255 or 51.99% from 377); Max value from RGB is 196 - color contains mainly: blue. Hex color #9520C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9520C4 is #6ADF3B. Grayscale: #555555. Windows color (decimal): -7003964 or 12853397. OLE color: 12853397.
HSL color Cylindrical-coordinate representation of color #9520C4: hue angle of 282.8º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9520C4 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 32 | 196 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.23 |
| HSL | 282.8º | 0.72% | 0.45% | - |
| HSV(B) | 282.8º | 0.84% | 0.77% | - |
| XYZ | 22.87 | 11.41 | 53.22 | - |
| YUV | 85.68 | 190.26 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 196 | 0.24 | 0.84 | 0 | 0.23 | 282.8 | 0.72 | 0.45 |
| Hex | 95 | 20 | C4 | 18 | 54 | 0 | 17 | 11B | 48 | 2D |
| Octal | 225 | 40 | 304 | 30 | 124 | 0 | 27 | 433 | 110 | 55 |
| Binary | 10010101 | 100000 | 11000100 | 11000 | 1010100 | 0 | 10111 | 100011011 | 1001000 | 101101 |
Color Harmonies of #9520C4
Complementary color
Monochromatic Colors of #9520C4
Black with #9520C4
Text Example
Text Example
White with #9520C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9520C4; }
p { color: rgb(149,32,196); }
H1.HeaderClassName
{
color: #9520C4;
}
.AnyTagClassName
{
color: #9520C4;
}
</style>
background-color css
<style>
a { background-color: #9520C4; }
a { background-color: rgb(149,32,196); }
div.DivClassName
{
background-color: #9520C4;
}
.BgClassName
{
background-color: #9520C4;
}
</style>
border-color css
<style>
span { border-color: #9520C4; }
span { border-color: rgb(149,32,196); }
td.TdClassName
{
border-color: #9520C4;
}
.TagClassName
{
border-color: #9520C4;
}
</style>