Shades of Dark Orchid #9521BD
Tints of Dark Orchid #9521BD
RGB
CMYK
RGB Variations
Color information
#9521BD (or 0x9521BD) is known color: Dark Orchid. HEX triplet: 95, 21 and BD. RGB value is (149,33,189). Sum of RGB (Red+Green+Blue) = 149+33+189=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #9521BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9521BD is #6ADE42. Grayscale: #545454. Windows color (decimal): -7003715 or 12394901. OLE color: 12394901.
HSL color Cylindrical-coordinate representation of color #9521BD: hue angle of 284.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9521BD is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 33 | 189 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.26 |
| HSL | 284.62º | 0.7% | 0.44% | - |
| HSV(B) | 284.62º | 0.83% | 0.74% | - |
| XYZ | 22.12 | 11.15 | 49.13 | - |
| YUV | 85.47 | 186.43 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 189 | 0.21 | 0.83 | 0 | 0.26 | 284.62 | 0.7 | 0.44 |
| Hex | 95 | 21 | BD | 15 | 53 | 0 | 1A | 11D | 46 | 2C |
| Octal | 225 | 41 | 275 | 25 | 123 | 0 | 32 | 435 | 106 | 54 |
| Binary | 10010101 | 100001 | 10111101 | 10101 | 1010011 | 0 | 11010 | 100011101 | 1000110 | 101100 |
Color Harmonies of #9521BD
Complementary color
Monochromatic Colors of #9521BD
Black with #9521BD
Text Example
Text Example
White with #9521BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9521BD; }
p { color: rgb(149,33,189); }
H1.HeaderClassName
{
color: #9521BD;
}
.AnyTagClassName
{
color: #9521BD;
}
</style>
background-color css
<style>
a { background-color: #9521BD; }
a { background-color: rgb(149,33,189); }
div.DivClassName
{
background-color: #9521BD;
}
.BgClassName
{
background-color: #9521BD;
}
</style>
border-color css
<style>
span { border-color: #9521BD; }
span { border-color: rgb(149,33,189); }
td.TdClassName
{
border-color: #9521BD;
}
.TagClassName
{
border-color: #9521BD;
}
</style>