Shades of Dark Orchid #9B2ACD
Tints of Dark Orchid #9B2ACD
RGB
CMYK
RGB Variations
Color information
#9B2ACD (or 0x9B2ACD) is known color: Dark Orchid. HEX triplet: 9B, 2A and CD. RGB value is (155,42,205). Sum of RGB (Red+Green+Blue) = 155+42+205=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B2ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2ACD is #64D532. Grayscale: #5D5D5D. Windows color (decimal): -6608179 or 13445787. OLE color: 13445787.
HSL color Cylindrical-coordinate representation of color #9B2ACD: hue angle of 281.6º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B2ACD is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 42 | 205 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.20 |
| HSL | 281.6º | 0.66% | 0.48% | - |
| HSV(B) | 281.6º | 0.8% | 0.8% | - |
| XYZ | 25.36 | 13.03 | 58.94 | - |
| YUV | 94.37 | 190.44 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 42 | 205 | 0.24 | 0.80 | 0 | 0.20 | 281.6 | 0.66 | 0.48 |
| Hex | 9B | 2A | CD | 18 | 50 | 0 | 14 | 11A | 42 | 30 |
| Octal | 233 | 52 | 315 | 30 | 120 | 0 | 24 | 432 | 102 | 60 |
| Binary | 10011011 | 101010 | 11001101 | 11000 | 1010000 | 0 | 10100 | 100011010 | 1000010 | 110000 |
Color Harmonies of #9B2ACD
Complementary color
Monochromatic Colors of #9B2ACD
Black with #9B2ACD
Text Example
Text Example
White with #9B2ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2ACD; }
p { color: rgb(155,42,205); }
H1.HeaderClassName
{
color: #9B2ACD;
}
.AnyTagClassName
{
color: #9B2ACD;
}
</style>
background-color css
<style>
a { background-color: #9B2ACD; }
a { background-color: rgb(155,42,205); }
div.DivClassName
{
background-color: #9B2ACD;
}
.BgClassName
{
background-color: #9B2ACD;
}
</style>
border-color css
<style>
span { border-color: #9B2ACD; }
span { border-color: rgb(155,42,205); }
td.TdClassName
{
border-color: #9B2ACD;
}
.TagClassName
{
border-color: #9B2ACD;
}
</style>