Shades of Dark Orchid #9B34BA
Tints of Dark Orchid #9B34BA
RGB
CMYK
RGB Variations
Color information
#9B34BA (or 0x9B34BA) is known color: Dark Orchid. HEX triplet: 9B, 34 and BA. RGB value is (155,52,186). Sum of RGB (Red+Green+Blue) = 155+52+186=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B34BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B34BA is #64CB45. Grayscale: #616161. Windows color (decimal): -6605638 or 12203163. OLE color: 12203163.
HSL color Cylindrical-coordinate representation of color #9B34BA: hue angle of 286.12º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B34BA is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 52 | 186 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.27 |
| HSL | 286.12º | 0.56% | 0.47% | - |
| HSV(B) | 286.12º | 0.72% | 0.73% | - |
| XYZ | 23.61 | 12.97 | 47.71 | - |
| YUV | 98.07 | 177.62 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 52 | 186 | 0.17 | 0.72 | 0 | 0.27 | 286.12 | 0.56 | 0.47 |
| Hex | 9B | 34 | BA | 11 | 48 | 0 | 1B | 11E | 38 | 2F |
| Octal | 233 | 64 | 272 | 21 | 110 | 0 | 33 | 436 | 70 | 57 |
| Binary | 10011011 | 110100 | 10111010 | 10001 | 1001000 | 0 | 11011 | 100011110 | 111000 | 101111 |
Color Harmonies of #9B34BA
Complementary color
Monochromatic Colors of #9B34BA
Black with #9B34BA
Text Example
Text Example
White with #9B34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B34BA; }
p { color: rgb(155,52,186); }
H1.HeaderClassName
{
color: #9B34BA;
}
.AnyTagClassName
{
color: #9B34BA;
}
</style>
background-color css
<style>
a { background-color: #9B34BA; }
a { background-color: rgb(155,52,186); }
div.DivClassName
{
background-color: #9B34BA;
}
.BgClassName
{
background-color: #9B34BA;
}
</style>
border-color css
<style>
span { border-color: #9B34BA; }
span { border-color: rgb(155,52,186); }
td.TdClassName
{
border-color: #9B34BA;
}
.TagClassName
{
border-color: #9B34BA;
}
</style>