Shades of Dark Orchid #9B3DBA
Tints of Dark Orchid #9B3DBA
RGB
CMYK
RGB Variations
Color information
#9B3DBA (or 0x9B3DBA) is known color: Dark Orchid. HEX triplet: 9B, 3D and BA. RGB value is (155,61,186). Sum of RGB (Red+Green+Blue) = 155+61+186=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B3DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3DBA is #64C245. Grayscale: #666666. Windows color (decimal): -6603334 or 12205467. OLE color: 12205467.
HSL color Cylindrical-coordinate representation of color #9B3DBA: hue angle of 285.12º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B3DBA is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 61 | 186 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.27 |
| HSL | 285.12º | 0.51% | 0.48% | - |
| HSV(B) | 285.12º | 0.67% | 0.73% | - |
| XYZ | 24.05 | 13.85 | 47.86 | - |
| YUV | 103.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 61 | 186 | 0.17 | 0.67 | 0 | 0.27 | 285.12 | 0.51 | 0.48 |
| Hex | 9B | 3D | BA | 11 | 43 | 0 | 1B | 11D | 33 | 30 |
| Octal | 233 | 75 | 272 | 21 | 103 | 0 | 33 | 435 | 63 | 60 |
| Binary | 10011011 | 111101 | 10111010 | 10001 | 1000011 | 0 | 11011 | 100011101 | 110011 | 110000 |
Color Harmonies of #9B3DBA
Complementary color
Monochromatic Colors of #9B3DBA
Black with #9B3DBA
Text Example
Text Example
White with #9B3DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3DBA; }
p { color: rgb(155,61,186); }
H1.HeaderClassName
{
color: #9B3DBA;
}
.AnyTagClassName
{
color: #9B3DBA;
}
</style>
background-color css
<style>
a { background-color: #9B3DBA; }
a { background-color: rgb(155,61,186); }
div.DivClassName
{
background-color: #9B3DBA;
}
.BgClassName
{
background-color: #9B3DBA;
}
</style>
border-color css
<style>
span { border-color: #9B3DBA; }
span { border-color: rgb(155,61,186); }
td.TdClassName
{
border-color: #9B3DBA;
}
.TagClassName
{
border-color: #9B3DBA;
}
</style>