Shades of Dark Orchid #9520B5
Tints of Dark Orchid #9520B5
RGB
CMYK
RGB Variations
Color information
#9520B5 (or 0x9520B5) is known color: Dark Orchid. HEX triplet: 95, 20 and B5. RGB value is (149,32,181). Sum of RGB (Red+Green+Blue) = 149+32+181=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #9520B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9520B5 is #6ADF4A. Grayscale: #535353. Windows color (decimal): -7003979 or 11870357. OLE color: 11870357.
HSL color Cylindrical-coordinate representation of color #9520B5: hue angle of 287.11º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9520B5 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 32 | 181 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.29 |
| HSL | 287.11º | 0.7% | 0.42% | - |
| HSV(B) | 287.11º | 0.82% | 0.71% | - |
| XYZ | 21.25 | 10.76 | 44.67 | - |
| YUV | 83.97 | 182.76 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 181 | 0.18 | 0.82 | 0 | 0.29 | 287.11 | 0.7 | 0.42 |
| Hex | 95 | 20 | B5 | 12 | 52 | 0 | 1D | 11F | 46 | 2A |
| Octal | 225 | 40 | 265 | 22 | 122 | 0 | 35 | 437 | 106 | 52 |
| Binary | 10010101 | 100000 | 10110101 | 10010 | 1010010 | 0 | 11101 | 100011111 | 1000110 | 101010 |
Color Harmonies of #9520B5
Complementary color
Monochromatic Colors of #9520B5
Black with #9520B5
Text Example
Text Example
White with #9520B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9520B5; }
p { color: rgb(149,32,181); }
H1.HeaderClassName
{
color: #9520B5;
}
.AnyTagClassName
{
color: #9520B5;
}
</style>
background-color css
<style>
a { background-color: #9520B5; }
a { background-color: rgb(149,32,181); }
div.DivClassName
{
background-color: #9520B5;
}
.BgClassName
{
background-color: #9520B5;
}
</style>
border-color css
<style>
span { border-color: #9520B5; }
span { border-color: rgb(149,32,181); }
td.TdClassName
{
border-color: #9520B5;
}
.TagClassName
{
border-color: #9520B5;
}
</style>