Shades of Dark Orchid #9B3ECD
Tints of Dark Orchid #9B3ECD
RGB
CMYK
RGB Variations
Color information
#9B3ECD (or 0x9B3ECD) is known color: Dark Orchid. HEX triplet: 9B, 3E and CD. RGB value is (155,62,205). Sum of RGB (Red+Green+Blue) = 155+62+205=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B3ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3ECD is #64C132. Grayscale: #696969. Windows color (decimal): -6603059 or 13450907. OLE color: 13450907.
HSL color Cylindrical-coordinate representation of color #9B3ECD: hue angle of 279.02º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B3ECD is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 62 | 205 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.20 |
| HSL | 279.02º | 0.59% | 0.52% | - |
| HSV(B) | 279.02º | 0.7% | 0.8% | - |
| XYZ | 26.26 | 14.82 | 59.23 | - |
| YUV | 106.11 | 183.81 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 62 | 205 | 0.24 | 0.70 | 0 | 0.20 | 279.02 | 0.59 | 0.52 |
| Hex | 9B | 3E | CD | 18 | 46 | 0 | 14 | 117 | 3B | 34 |
| Octal | 233 | 76 | 315 | 30 | 106 | 0 | 24 | 427 | 73 | 64 |
| Binary | 10011011 | 111110 | 11001101 | 11000 | 1000110 | 0 | 10100 | 100010111 | 111011 | 110100 |
Color Harmonies of #9B3ECD
Complementary color
Monochromatic Colors of #9B3ECD
Black with #9B3ECD
Text Example
Text Example
White with #9B3ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3ECD; }
p { color: rgb(155,62,205); }
H1.HeaderClassName
{
color: #9B3ECD;
}
.AnyTagClassName
{
color: #9B3ECD;
}
</style>
background-color css
<style>
a { background-color: #9B3ECD; }
a { background-color: rgb(155,62,205); }
div.DivClassName
{
background-color: #9B3ECD;
}
.BgClassName
{
background-color: #9B3ECD;
}
</style>
border-color css
<style>
span { border-color: #9B3ECD; }
span { border-color: rgb(155,62,205); }
td.TdClassName
{
border-color: #9B3ECD;
}
.TagClassName
{
border-color: #9B3ECD;
}
</style>