Shades of Dark Orchid #9B3CBC
Tints of Dark Orchid #9B3CBC
RGB
CMYK
RGB Variations
Color information
#9B3CBC (or 0x9B3CBC) is known color: Dark Orchid. HEX triplet: 9B, 3C and BC. RGB value is (155,60,188). Sum of RGB (Red+Green+Blue) = 155+60+188=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B3CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3CBC is #64C343. Grayscale: #666666. Windows color (decimal): -6603588 or 12336283. OLE color: 12336283.
HSL color Cylindrical-coordinate representation of color #9B3CBC: hue angle of 284.53º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3CBC is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 60 | 188 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.26 |
| HSL | 284.53º | 0.52% | 0.49% | - |
| HSV(B) | 284.53º | 0.68% | 0.74% | - |
| XYZ | 24.21 | 13.83 | 48.97 | - |
| YUV | 103 | 175.97 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 188 | 0.18 | 0.68 | 0 | 0.26 | 284.53 | 0.52 | 0.49 |
| Hex | 9B | 3C | BC | 12 | 44 | 0 | 1A | 11D | 34 | 31 |
| Octal | 233 | 74 | 274 | 22 | 104 | 0 | 32 | 435 | 64 | 61 |
| Binary | 10011011 | 111100 | 10111100 | 10010 | 1000100 | 0 | 11010 | 100011101 | 110100 | 110001 |
Color Harmonies of #9B3CBC
Complementary color
Monochromatic Colors of #9B3CBC
Black with #9B3CBC
Text Example
Text Example
White with #9B3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3CBC; }
p { color: rgb(155,60,188); }
H1.HeaderClassName
{
color: #9B3CBC;
}
.AnyTagClassName
{
color: #9B3CBC;
}
</style>
background-color css
<style>
a { background-color: #9B3CBC; }
a { background-color: rgb(155,60,188); }
div.DivClassName
{
background-color: #9B3CBC;
}
.BgClassName
{
background-color: #9B3CBC;
}
</style>
border-color css
<style>
span { border-color: #9B3CBC; }
span { border-color: rgb(155,60,188); }
td.TdClassName
{
border-color: #9B3CBC;
}
.TagClassName
{
border-color: #9B3CBC;
}
</style>