Shades of Dark Orchid #9521D2
Tints of Dark Orchid #9521D2
RGB
CMYK
RGB Variations
Color information
#9521D2 (or 0x9521D2) is known color: Dark Orchid. HEX triplet: 95, 21 and D2. RGB value is (149,33,210). Sum of RGB (Red+Green+Blue) = 149+33+210=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 210 (82.42% from 255 or 53.57% from 392); Max value from RGB is 210 - color contains mainly: blue. Hex color #9521D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9521D2 is #6ADE2D. Grayscale: #575757. Windows color (decimal): -7003694 or 13771157. OLE color: 13771157.
HSL color Cylindrical-coordinate representation of color #9521D2: hue angle of 279.32º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9521D2 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 33 | 210 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.18 |
| HSL | 279.32º | 0.73% | 0.48% | - |
| HSV(B) | 279.32º | 0.84% | 0.82% | - |
| XYZ | 24.57 | 12.13 | 62.02 | - |
| YUV | 87.86 | 196.93 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 210 | 0.29 | 0.84 | 0 | 0.18 | 279.32 | 0.73 | 0.48 |
| Hex | 95 | 21 | D2 | 1D | 54 | 0 | 12 | 117 | 49 | 30 |
| Octal | 225 | 41 | 322 | 35 | 124 | 0 | 22 | 427 | 111 | 60 |
| Binary | 10010101 | 100001 | 11010010 | 11101 | 1010100 | 0 | 10010 | 100010111 | 1001001 | 110000 |
Color Harmonies of #9521D2
Complementary color
Monochromatic Colors of #9521D2
Black with #9521D2
Text Example
Text Example
White with #9521D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9521D2; }
p { color: rgb(149,33,210); }
H1.HeaderClassName
{
color: #9521D2;
}
.AnyTagClassName
{
color: #9521D2;
}
</style>
background-color css
<style>
a { background-color: #9521D2; }
a { background-color: rgb(149,33,210); }
div.DivClassName
{
background-color: #9521D2;
}
.BgClassName
{
background-color: #9521D2;
}
</style>
border-color css
<style>
span { border-color: #9521D2; }
span { border-color: rgb(149,33,210); }
td.TdClassName
{
border-color: #9521D2;
}
.TagClassName
{
border-color: #9521D2;
}
</style>