Shades of Dark Orchid #9521CB
Tints of Dark Orchid #9521CB
RGB
CMYK
RGB Variations
Color information
#9521CB (or 0x9521CB) is known color: Dark Orchid. HEX triplet: 95, 21 and CB. RGB value is (149,33,203). Sum of RGB (Red+Green+Blue) = 149+33+203=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #9521CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9521CB is #6ADE34. Grayscale: #565656. Windows color (decimal): -7003701 or 13312405. OLE color: 13312405.
HSL color Cylindrical-coordinate representation of color #9521CB: hue angle of 280.94º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9521CB is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 33 | 203 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.20 |
| HSL | 280.94º | 0.72% | 0.46% | - |
| HSV(B) | 280.94º | 0.84% | 0.8% | - |
| XYZ | 23.72 | 11.79 | 57.53 | - |
| YUV | 87.06 | 193.43 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 203 | 0.27 | 0.84 | 0 | 0.20 | 280.94 | 0.72 | 0.46 |
| Hex | 95 | 21 | CB | 1B | 54 | 0 | 14 | 119 | 48 | 2E |
| Octal | 225 | 41 | 313 | 33 | 124 | 0 | 24 | 431 | 110 | 56 |
| Binary | 10010101 | 100001 | 11001011 | 11011 | 1010100 | 0 | 10100 | 100011001 | 1001000 | 101110 |
Color Harmonies of #9521CB
Complementary color
Monochromatic Colors of #9521CB
Black with #9521CB
Text Example
Text Example
White with #9521CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9521CB; }
p { color: rgb(149,33,203); }
H1.HeaderClassName
{
color: #9521CB;
}
.AnyTagClassName
{
color: #9521CB;
}
</style>
background-color css
<style>
a { background-color: #9521CB; }
a { background-color: rgb(149,33,203); }
div.DivClassName
{
background-color: #9521CB;
}
.BgClassName
{
background-color: #9521CB;
}
</style>
border-color css
<style>
span { border-color: #9521CB; }
span { border-color: rgb(149,33,203); }
td.TdClassName
{
border-color: #9521CB;
}
.TagClassName
{
border-color: #9521CB;
}
</style>