Shades of Dark Orchid #9B31CC
Tints of Dark Orchid #9B31CC
RGB
CMYK
RGB Variations
Color information
#9B31CC (or 0x9B31CC) is known color: Dark Orchid. HEX triplet: 9B, 31 and CC. RGB value is (155,49,204). Sum of RGB (Red+Green+Blue) = 155+49+204=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B31CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B31CC is #64CE33. Grayscale: #616161. Windows color (decimal): -6606388 or 13382043. OLE color: 13382043.
HSL color Cylindrical-coordinate representation of color #9B31CC: hue angle of 281.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B31CC is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 49 | 204 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.2 |
| HSL | 281.03º | 0.61% | 0.5% | - |
| HSV(B) | 281.03º | 0.76% | 0.8% | - |
| XYZ | 25.51 | 13.52 | 58.39 | - |
| YUV | 98.36 | 187.62 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 204 | 0.24 | 0.76 | 0 | 0.2 | 281.03 | 0.61 | 0.5 |
| Hex | 9B | 31 | CC | 18 | 4C | 0 | 14 | 119 | 3D | 32 |
| Octal | 233 | 61 | 314 | 30 | 114 | 0 | 24 | 431 | 75 | 62 |
| Binary | 10011011 | 110001 | 11001100 | 11000 | 1001100 | 0 | 10100 | 100011001 | 111101 | 110010 |
Color Harmonies of #9B31CC
Complementary color
Monochromatic Colors of #9B31CC
Black with #9B31CC
Text Example
Text Example
White with #9B31CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B31CC; }
p { color: rgb(155,49,204); }
H1.HeaderClassName
{
color: #9B31CC;
}
.AnyTagClassName
{
color: #9B31CC;
}
</style>
background-color css
<style>
a { background-color: #9B31CC; }
a { background-color: rgb(155,49,204); }
div.DivClassName
{
background-color: #9B31CC;
}
.BgClassName
{
background-color: #9B31CC;
}
</style>
border-color css
<style>
span { border-color: #9B31CC; }
span { border-color: rgb(155,49,204); }
td.TdClassName
{
border-color: #9B31CC;
}
.TagClassName
{
border-color: #9B31CC;
}
</style>