Shades of Dark Orchid #9B4BDA
Tints of Dark Orchid #9B4BDA
RGB
CMYK
RGB Variations
Color information
#9B4BDA (or 0x9B4BDA) is known color: Dark Orchid. HEX triplet: 9B, 4B and DA. RGB value is (155,75,218). Sum of RGB (Red+Green+Blue) = 155+75+218=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B4BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4BDA is #64B425. Grayscale: #727272. Windows color (decimal): -6599718 or 14306203. OLE color: 14306203.
HSL color Cylindrical-coordinate representation of color #9B4BDA: hue angle of 273.57º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B4BDA is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 75 | 218 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.15 |
| HSL | 273.57º | 0.66% | 0.57% | - |
| HSV(B) | 273.57º | 0.66% | 0.85% | - |
| XYZ | 28.69 | 17.06 | 68.11 | - |
| YUV | 115.22 | 186 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 75 | 218 | 0.29 | 0.66 | 0 | 0.15 | 273.57 | 0.66 | 0.57 |
| Hex | 9B | 4B | DA | 1D | 42 | 0 | F | 112 | 42 | 39 |
| Octal | 233 | 113 | 332 | 35 | 102 | 0 | 17 | 422 | 102 | 71 |
| Binary | 10011011 | 1001011 | 11011010 | 11101 | 1000010 | 0 | 1111 | 100010010 | 1000010 | 111001 |
Color Harmonies of #9B4BDA
Complementary color
Monochromatic Colors of #9B4BDA
Black with #9B4BDA
Text Example
Text Example
White with #9B4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4BDA; }
p { color: rgb(155,75,218); }
H1.HeaderClassName
{
color: #9B4BDA;
}
.AnyTagClassName
{
color: #9B4BDA;
}
</style>
background-color css
<style>
a { background-color: #9B4BDA; }
a { background-color: rgb(155,75,218); }
div.DivClassName
{
background-color: #9B4BDA;
}
.BgClassName
{
background-color: #9B4BDA;
}
</style>
border-color css
<style>
span { border-color: #9B4BDA; }
span { border-color: rgb(155,75,218); }
td.TdClassName
{
border-color: #9B4BDA;
}
.TagClassName
{
border-color: #9B4BDA;
}
</style>