Shades of Dark Orchid #9335B9
Tints of Dark Orchid #9335B9
RGB
CMYK
RGB Variations
Color information
#9335B9 (or 0x9335B9) is known color: Dark Orchid. HEX triplet: 93, 35 and B9. RGB value is (147,53,185). Sum of RGB (Red+Green+Blue) = 147+53+185=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #9335B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9335B9 is #6CCA46. Grayscale: #5F5F5F. Windows color (decimal): -7129671 or 12137875. OLE color: 12137875.
HSL color Cylindrical-coordinate representation of color #9335B9: hue angle of 282.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9335B9 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 53 | 185 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.27 |
| HSL | 282.73º | 0.55% | 0.47% | - |
| HSV(B) | 282.73º | 0.71% | 0.73% | - |
| XYZ | 22.06 | 12.25 | 47.1 | - |
| YUV | 96.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 53 | 185 | 0.21 | 0.71 | 0 | 0.27 | 282.73 | 0.55 | 0.47 |
| Hex | 93 | 35 | B9 | 15 | 47 | 0 | 1B | 11B | 37 | 2F |
| Octal | 223 | 65 | 271 | 25 | 107 | 0 | 33 | 433 | 67 | 57 |
| Binary | 10010011 | 110101 | 10111001 | 10101 | 1000111 | 0 | 11011 | 100011011 | 110111 | 101111 |
Color Harmonies of #9335B9
Complementary color
Monochromatic Colors of #9335B9
Black with #9335B9
Text Example
Text Example
White with #9335B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9335B9; }
p { color: rgb(147,53,185); }
H1.HeaderClassName
{
color: #9335B9;
}
.AnyTagClassName
{
color: #9335B9;
}
</style>
background-color css
<style>
a { background-color: #9335B9; }
a { background-color: rgb(147,53,185); }
div.DivClassName
{
background-color: #9335B9;
}
.BgClassName
{
background-color: #9335B9;
}
</style>
border-color css
<style>
span { border-color: #9335B9; }
span { border-color: rgb(147,53,185); }
td.TdClassName
{
border-color: #9335B9;
}
.TagClassName
{
border-color: #9335B9;
}
</style>