Shades of Dark Orchid #9B2FCD
Tints of Dark Orchid #9B2FCD
RGB
CMYK
RGB Variations
Color information
#9B2FCD (or 0x9B2FCD) is known color: Dark Orchid. HEX triplet: 9B, 2F and CD. RGB value is (155,47,205). Sum of RGB (Red+Green+Blue) = 155+47+205=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B2FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2FCD is #64D032. Grayscale: #606060. Windows color (decimal): -6606899 or 13447067. OLE color: 13447067.
HSL color Cylindrical-coordinate representation of color #9B2FCD: hue angle of 281.01º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2FCD is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 47 | 205 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.20 |
| HSL | 281.01º | 0.63% | 0.49% | - |
| HSV(B) | 281.01º | 0.77% | 0.8% | - |
| XYZ | 25.55 | 13.41 | 59 | - |
| YUV | 97.3 | 188.78 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 47 | 205 | 0.24 | 0.77 | 0 | 0.20 | 281.01 | 0.63 | 0.49 |
| Hex | 9B | 2F | CD | 18 | 4D | 0 | 14 | 119 | 3F | 31 |
| Octal | 233 | 57 | 315 | 30 | 115 | 0 | 24 | 431 | 77 | 61 |
| Binary | 10011011 | 101111 | 11001101 | 11000 | 1001101 | 0 | 10100 | 100011001 | 111111 | 110001 |
Color Harmonies of #9B2FCD
Complementary color
Monochromatic Colors of #9B2FCD
Black with #9B2FCD
Text Example
Text Example
White with #9B2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2FCD; }
p { color: rgb(155,47,205); }
H1.HeaderClassName
{
color: #9B2FCD;
}
.AnyTagClassName
{
color: #9B2FCD;
}
</style>
background-color css
<style>
a { background-color: #9B2FCD; }
a { background-color: rgb(155,47,205); }
div.DivClassName
{
background-color: #9B2FCD;
}
.BgClassName
{
background-color: #9B2FCD;
}
</style>
border-color css
<style>
span { border-color: #9B2FCD; }
span { border-color: rgb(155,47,205); }
td.TdClassName
{
border-color: #9B2FCD;
}
.TagClassName
{
border-color: #9B2FCD;
}
</style>