Shades of Dark Orchid #9B3DCD
Tints of Dark Orchid #9B3DCD
RGB
CMYK
RGB Variations
Color information
#9B3DCD (or 0x9B3DCD) is known color: Dark Orchid. HEX triplet: 9B, 3D and CD. RGB value is (155,61,205). Sum of RGB (Red+Green+Blue) = 155+61+205=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B3DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3DCD is #64C232. Grayscale: #696969. Windows color (decimal): -6603315 or 13450651. OLE color: 13450651.
HSL color Cylindrical-coordinate representation of color #9B3DCD: hue angle of 279.17º 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 #9B3DCD is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 61 | 205 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.20 |
| HSL | 279.17º | 0.59% | 0.52% | - |
| HSV(B) | 279.17º | 0.7% | 0.8% | - |
| XYZ | 26.21 | 14.71 | 59.22 | - |
| YUV | 105.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 61 | 205 | 0.24 | 0.70 | 0 | 0.20 | 279.17 | 0.59 | 0.52 |
| Hex | 9B | 3D | CD | 18 | 46 | 0 | 14 | 117 | 3B | 34 |
| Octal | 233 | 75 | 315 | 30 | 106 | 0 | 24 | 427 | 73 | 64 |
| Binary | 10011011 | 111101 | 11001101 | 11000 | 1000110 | 0 | 10100 | 100010111 | 111011 | 110100 |
Color Harmonies of #9B3DCD
Complementary color
Monochromatic Colors of #9B3DCD
Black with #9B3DCD
Text Example
Text Example
White with #9B3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3DCD; }
p { color: rgb(155,61,205); }
H1.HeaderClassName
{
color: #9B3DCD;
}
.AnyTagClassName
{
color: #9B3DCD;
}
</style>
background-color css
<style>
a { background-color: #9B3DCD; }
a { background-color: rgb(155,61,205); }
div.DivClassName
{
background-color: #9B3DCD;
}
.BgClassName
{
background-color: #9B3DCD;
}
</style>
border-color css
<style>
span { border-color: #9B3DCD; }
span { border-color: rgb(155,61,205); }
td.TdClassName
{
border-color: #9B3DCD;
}
.TagClassName
{
border-color: #9B3DCD;
}
</style>