Shades of Dark Orchid #9B34CE
Tints of Dark Orchid #9B34CE
RGB
CMYK
RGB Variations
Color information
#9B34CE (or 0x9B34CE) is known color: Dark Orchid. HEX triplet: 9B, 34 and CE. RGB value is (155,52,206). Sum of RGB (Red+Green+Blue) = 155+52+206=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B34CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B34CE is #64CB31. Grayscale: #636363. Windows color (decimal): -6605618 or 13513883. OLE color: 13513883.
HSL color Cylindrical-coordinate representation of color #9B34CE: hue angle of 280.13º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B34CE is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 52 | 206 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.19 |
| HSL | 280.13º | 0.61% | 0.51% | - |
| HSV(B) | 280.13º | 0.75% | 0.81% | - |
| XYZ | 25.89 | 13.88 | 59.71 | - |
| YUV | 100.35 | 187.62 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 52 | 206 | 0.25 | 0.75 | 0 | 0.19 | 280.13 | 0.61 | 0.51 |
| Hex | 9B | 34 | CE | 19 | 4B | 0 | 13 | 118 | 3D | 33 |
| Octal | 233 | 64 | 316 | 31 | 113 | 0 | 23 | 430 | 75 | 63 |
| Binary | 10011011 | 110100 | 11001110 | 11001 | 1001011 | 0 | 10011 | 100011000 | 111101 | 110011 |
Color Harmonies of #9B34CE
Complementary color
Monochromatic Colors of #9B34CE
Black with #9B34CE
Text Example
Text Example
White with #9B34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B34CE; }
p { color: rgb(155,52,206); }
H1.HeaderClassName
{
color: #9B34CE;
}
.AnyTagClassName
{
color: #9B34CE;
}
</style>
background-color css
<style>
a { background-color: #9B34CE; }
a { background-color: rgb(155,52,206); }
div.DivClassName
{
background-color: #9B34CE;
}
.BgClassName
{
background-color: #9B34CE;
}
</style>
border-color css
<style>
span { border-color: #9B34CE; }
span { border-color: rgb(155,52,206); }
td.TdClassName
{
border-color: #9B34CE;
}
.TagClassName
{
border-color: #9B34CE;
}
</style>