Shades of Dark Orchid #9B32D6
Tints of Dark Orchid #9B32D6
RGB
CMYK
RGB Variations
Color information
#9B32D6 (or 0x9B32D6) is known color: Dark Orchid. HEX triplet: 9B, 32 and D6. RGB value is (155,50,214). Sum of RGB (Red+Green+Blue) = 155+50+214=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 214 (83.98% from 255 or 51.07% from 419); Max value from RGB is 214 - color contains mainly: blue. Hex color #9B32D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B32D6 is #64CD29. Grayscale: #636363. Windows color (decimal): -6606122 or 14037659. OLE color: 14037659.
HSL color Cylindrical-coordinate representation of color #9B32D6: hue angle of 278.41º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B32D6 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 50 | 214 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.16 |
| HSL | 278.41º | 0.67% | 0.52% | - |
| HSV(B) | 278.41º | 0.77% | 0.84% | - |
| XYZ | 26.8 | 14.1 | 64.93 | - |
| YUV | 100.09 | 192.29 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 214 | 0.28 | 0.77 | 0 | 0.16 | 278.41 | 0.67 | 0.52 |
| Hex | 9B | 32 | D6 | 1C | 4D | 0 | 10 | 116 | 43 | 34 |
| Octal | 233 | 62 | 326 | 34 | 115 | 0 | 20 | 426 | 103 | 64 |
| Binary | 10011011 | 110010 | 11010110 | 11100 | 1001101 | 0 | 10000 | 100010110 | 1000011 | 110100 |
Color Harmonies of #9B32D6
Complementary color
Monochromatic Colors of #9B32D6
Black with #9B32D6
Text Example
Text Example
White with #9B32D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B32D6; }
p { color: rgb(155,50,214); }
H1.HeaderClassName
{
color: #9B32D6;
}
.AnyTagClassName
{
color: #9B32D6;
}
</style>
background-color css
<style>
a { background-color: #9B32D6; }
a { background-color: rgb(155,50,214); }
div.DivClassName
{
background-color: #9B32D6;
}
.BgClassName
{
background-color: #9B32D6;
}
</style>
border-color css
<style>
span { border-color: #9B32D6; }
span { border-color: rgb(155,50,214); }
td.TdClassName
{
border-color: #9B32D6;
}
.TagClassName
{
border-color: #9B32D6;
}
</style>