Shades of Dark Orchid #9B2CCD
Tints of Dark Orchid #9B2CCD
RGB
CMYK
RGB Variations
Color information
#9B2CCD (or 0x9B2CCD) is known color: Dark Orchid. HEX triplet: 9B, 2C and CD. RGB value is (155,44,205). Sum of RGB (Red+Green+Blue) = 155+44+205=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B2CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2CCD is #64D332. Grayscale: #5F5F5F. Windows color (decimal): -6607667 or 13446299. OLE color: 13446299.
HSL color Cylindrical-coordinate representation of color #9B2CCD: hue angle of 281.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2CCD is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 44 | 205 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.20 |
| HSL | 281.37º | 0.65% | 0.49% | - |
| HSV(B) | 281.37º | 0.79% | 0.8% | - |
| XYZ | 25.44 | 13.18 | 58.96 | - |
| YUV | 95.54 | 189.77 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 205 | 0.24 | 0.79 | 0 | 0.20 | 281.37 | 0.65 | 0.49 |
| Hex | 9B | 2C | CD | 18 | 4F | 0 | 14 | 119 | 41 | 31 |
| Octal | 233 | 54 | 315 | 30 | 117 | 0 | 24 | 431 | 101 | 61 |
| Binary | 10011011 | 101100 | 11001101 | 11000 | 1001111 | 0 | 10100 | 100011001 | 1000001 | 110001 |
Color Harmonies of #9B2CCD
Complementary color
Monochromatic Colors of #9B2CCD
Black with #9B2CCD
Text Example
Text Example
White with #9B2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2CCD; }
p { color: rgb(155,44,205); }
H1.HeaderClassName
{
color: #9B2CCD;
}
.AnyTagClassName
{
color: #9B2CCD;
}
</style>
background-color css
<style>
a { background-color: #9B2CCD; }
a { background-color: rgb(155,44,205); }
div.DivClassName
{
background-color: #9B2CCD;
}
.BgClassName
{
background-color: #9B2CCD;
}
</style>
border-color css
<style>
span { border-color: #9B2CCD; }
span { border-color: rgb(155,44,205); }
td.TdClassName
{
border-color: #9B2CCD;
}
.TagClassName
{
border-color: #9B2CCD;
}
</style>