Shades of Dark Orchid #9B34B9
Tints of Dark Orchid #9B34B9
RGB
CMYK
RGB Variations
Color information
#9B34B9 (or 0x9B34B9) is known color: Dark Orchid. HEX triplet: 9B, 34 and B9. RGB value is (155,52,185). Sum of RGB (Red+Green+Blue) = 155+52+185=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #9B34B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B34B9 is #64CB46. Grayscale: #616161. Windows color (decimal): -6605639 or 12137627. OLE color: 12137627.
HSL color Cylindrical-coordinate representation of color #9B34B9: hue angle of 286.47º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B34B9 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 52 | 185 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.27 |
| HSL | 286.47º | 0.56% | 0.46% | - |
| HSV(B) | 286.47º | 0.72% | 0.73% | - |
| XYZ | 23.5 | 12.93 | 47.16 | - |
| YUV | 97.96 | 177.12 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 52 | 185 | 0.16 | 0.72 | 0 | 0.27 | 286.47 | 0.56 | 0.46 |
| Hex | 9B | 34 | B9 | 10 | 48 | 0 | 1B | 11E | 38 | 2E |
| Octal | 233 | 64 | 271 | 20 | 110 | 0 | 33 | 436 | 70 | 56 |
| Binary | 10011011 | 110100 | 10111001 | 10000 | 1001000 | 0 | 11011 | 100011110 | 111000 | 101110 |
Color Harmonies of #9B34B9
Complementary color
Monochromatic Colors of #9B34B9
Black with #9B34B9
Text Example
Text Example
White with #9B34B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B34B9; }
p { color: rgb(155,52,185); }
H1.HeaderClassName
{
color: #9B34B9;
}
.AnyTagClassName
{
color: #9B34B9;
}
</style>
background-color css
<style>
a { background-color: #9B34B9; }
a { background-color: rgb(155,52,185); }
div.DivClassName
{
background-color: #9B34B9;
}
.BgClassName
{
background-color: #9B34B9;
}
</style>
border-color css
<style>
span { border-color: #9B34B9; }
span { border-color: rgb(155,52,185); }
td.TdClassName
{
border-color: #9B34B9;
}
.TagClassName
{
border-color: #9B34B9;
}
</style>