Shades of Dark Orchid #9522B2
Tints of Dark Orchid #9522B2
RGB
CMYK
RGB Variations
Color information
#9522B2 (or 0x9522B2) is known color: Dark Orchid. HEX triplet: 95, 22 and B2. RGB value is (149,34,178). Sum of RGB (Red+Green+Blue) = 149+34+178=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #9522B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9522B2 is #6ADD4D. Grayscale: #545454. Windows color (decimal): -7003470 or 11674261. OLE color: 11674261.
HSL color Cylindrical-coordinate representation of color #9522B2: hue angle of 287.92º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9522B2 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 34 | 178 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.30 |
| HSL | 287.92º | 0.68% | 0.42% | - |
| HSV(B) | 287.92º | 0.81% | 0.7% | - |
| XYZ | 21 | 10.75 | 43.09 | - |
| YUV | 84.8 | 180.6 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 178 | 0.16 | 0.81 | 0 | 0.30 | 287.92 | 0.68 | 0.42 |
| Hex | 95 | 22 | B2 | 10 | 51 | 0 | 1E | 120 | 44 | 2A |
| Octal | 225 | 42 | 262 | 20 | 121 | 0 | 36 | 440 | 104 | 52 |
| Binary | 10010101 | 100010 | 10110010 | 10000 | 1010001 | 0 | 11110 | 100100000 | 1000100 | 101010 |
Color Harmonies of #9522B2
Complementary color
Monochromatic Colors of #9522B2
Black with #9522B2
Text Example
Text Example
White with #9522B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9522B2; }
p { color: rgb(149,34,178); }
H1.HeaderClassName
{
color: #9522B2;
}
.AnyTagClassName
{
color: #9522B2;
}
</style>
background-color css
<style>
a { background-color: #9522B2; }
a { background-color: rgb(149,34,178); }
div.DivClassName
{
background-color: #9522B2;
}
.BgClassName
{
background-color: #9522B2;
}
</style>
border-color css
<style>
span { border-color: #9522B2; }
span { border-color: rgb(149,34,178); }
td.TdClassName
{
border-color: #9522B2;
}
.TagClassName
{
border-color: #9522B2;
}
</style>