Shades of Dark Orchid #9B3BBC
Tints of Dark Orchid #9B3BBC
RGB
CMYK
RGB Variations
Color information
#9B3BBC (or 0x9B3BBC) is known color: Dark Orchid. HEX triplet: 9B, 3B and BC. RGB value is (155,59,188). Sum of RGB (Red+Green+Blue) = 155+59+188=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B3BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3BBC is #64C443. Grayscale: #656565. Windows color (decimal): -6603844 or 12336027. OLE color: 12336027.
HSL color Cylindrical-coordinate representation of color #9B3BBC: hue angle of 284.65º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B3BBC is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 59 | 188 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.26 |
| HSL | 284.65º | 0.52% | 0.48% | - |
| HSV(B) | 284.65º | 0.69% | 0.74% | - |
| XYZ | 24.16 | 13.73 | 48.95 | - |
| YUV | 102.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 59 | 188 | 0.18 | 0.69 | 0 | 0.26 | 284.65 | 0.52 | 0.48 |
| Hex | 9B | 3B | BC | 12 | 45 | 0 | 1A | 11D | 34 | 30 |
| Octal | 233 | 73 | 274 | 22 | 105 | 0 | 32 | 435 | 64 | 60 |
| Binary | 10011011 | 111011 | 10111100 | 10010 | 1000101 | 0 | 11010 | 100011101 | 110100 | 110000 |
Color Harmonies of #9B3BBC
Complementary color
Monochromatic Colors of #9B3BBC
Black with #9B3BBC
Text Example
Text Example
White with #9B3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3BBC; }
p { color: rgb(155,59,188); }
H1.HeaderClassName
{
color: #9B3BBC;
}
.AnyTagClassName
{
color: #9B3BBC;
}
</style>
background-color css
<style>
a { background-color: #9B3BBC; }
a { background-color: rgb(155,59,188); }
div.DivClassName
{
background-color: #9B3BBC;
}
.BgClassName
{
background-color: #9B3BBC;
}
</style>
border-color css
<style>
span { border-color: #9B3BBC; }
span { border-color: rgb(155,59,188); }
td.TdClassName
{
border-color: #9B3BBC;
}
.TagClassName
{
border-color: #9B3BBC;
}
</style>