Shades of Dark Orchid #9B32C5
Tints of Dark Orchid #9B32C5
RGB
CMYK
RGB Variations
Color information
#9B32C5 (or 0x9B32C5) is known color: Dark Orchid. HEX triplet: 9B, 32 and C5. RGB value is (155,50,197). Sum of RGB (Red+Green+Blue) = 155+50+197=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 197 (77.34% from 255 or 49.00% from 402); Max value from RGB is 197 - color contains mainly: blue. Hex color #9B32C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B32C5 is #64CD3A. Grayscale: #616161. Windows color (decimal): -6606139 or 12923547. OLE color: 12923547.
HSL color Cylindrical-coordinate representation of color #9B32C5: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B32C5 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 50 | 197 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.23 |
| HSL | 282.86º | 0.6% | 0.48% | - |
| HSV(B) | 282.86º | 0.75% | 0.77% | - |
| XYZ | 24.74 | 13.28 | 54.08 | - |
| YUV | 98.15 | 183.79 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 197 | 0.21 | 0.75 | 0 | 0.23 | 282.86 | 0.6 | 0.48 |
| Hex | 9B | 32 | C5 | 15 | 4B | 0 | 17 | 11B | 3C | 30 |
| Octal | 233 | 62 | 305 | 25 | 113 | 0 | 27 | 433 | 74 | 60 |
| Binary | 10011011 | 110010 | 11000101 | 10101 | 1001011 | 0 | 10111 | 100011011 | 111100 | 110000 |
Color Harmonies of #9B32C5
Complementary color
Monochromatic Colors of #9B32C5
Black with #9B32C5
Text Example
Text Example
White with #9B32C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B32C5; }
p { color: rgb(155,50,197); }
H1.HeaderClassName
{
color: #9B32C5;
}
.AnyTagClassName
{
color: #9B32C5;
}
</style>
background-color css
<style>
a { background-color: #9B32C5; }
a { background-color: rgb(155,50,197); }
div.DivClassName
{
background-color: #9B32C5;
}
.BgClassName
{
background-color: #9B32C5;
}
</style>
border-color css
<style>
span { border-color: #9B32C5; }
span { border-color: rgb(155,50,197); }
td.TdClassName
{
border-color: #9B32C5;
}
.TagClassName
{
border-color: #9B32C5;
}
</style>