Shades of Dark Orchid #9B34BC
Tints of Dark Orchid #9B34BC
RGB
CMYK
RGB Variations
Color information
#9B34BC (or 0x9B34BC) is known color: Dark Orchid. HEX triplet: 9B, 34 and BC. RGB value is (155,52,188). Sum of RGB (Red+Green+Blue) = 155+52+188=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B34BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B34BC is #64CB43. Grayscale: #616161. Windows color (decimal): -6605636 or 12334235. OLE color: 12334235.
HSL color Cylindrical-coordinate representation of color #9B34BC: hue angle of 285.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B34BC is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 52 | 188 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.26 |
| HSL | 285.44º | 0.57% | 0.47% | - |
| HSV(B) | 285.44º | 0.72% | 0.74% | - |
| XYZ | 23.82 | 13.06 | 48.84 | - |
| YUV | 98.3 | 178.62 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 52 | 188 | 0.18 | 0.72 | 0 | 0.26 | 285.44 | 0.57 | 0.47 |
| Hex | 9B | 34 | BC | 12 | 48 | 0 | 1A | 11D | 39 | 2F |
| Octal | 233 | 64 | 274 | 22 | 110 | 0 | 32 | 435 | 71 | 57 |
| Binary | 10011011 | 110100 | 10111100 | 10010 | 1001000 | 0 | 11010 | 100011101 | 111001 | 101111 |
Color Harmonies of #9B34BC
Complementary color
Monochromatic Colors of #9B34BC
Black with #9B34BC
Text Example
Text Example
White with #9B34BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B34BC; }
p { color: rgb(155,52,188); }
H1.HeaderClassName
{
color: #9B34BC;
}
.AnyTagClassName
{
color: #9B34BC;
}
</style>
background-color css
<style>
a { background-color: #9B34BC; }
a { background-color: rgb(155,52,188); }
div.DivClassName
{
background-color: #9B34BC;
}
.BgClassName
{
background-color: #9B34BC;
}
</style>
border-color css
<style>
span { border-color: #9B34BC; }
span { border-color: rgb(155,52,188); }
td.TdClassName
{
border-color: #9B34BC;
}
.TagClassName
{
border-color: #9B34BC;
}
</style>