Shades of Dark Orchid #9B1BDA
Tints of Dark Orchid #9B1BDA
RGB
CMYK
RGB Variations
Color information
#9B1BDA (or 0x9B1BDA) is known color: Dark Orchid. HEX triplet: 9B, 1B and DA. RGB value is (155,27,218). Sum of RGB (Red+Green+Blue) = 155+27+218=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B1BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1BDA is #64E425. Grayscale: #565656. Windows color (decimal): -6612006 or 14293915. OLE color: 14293915.
HSL color Cylindrical-coordinate representation of color #9B1BDA: hue angle of 280.21º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1BDA is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 27 | 218 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.15 |
| HSL | 280.21º | 0.78% | 0.48% | - |
| HSV(B) | 280.21º | 0.88% | 0.85% | - |
| XYZ | 26.56 | 12.81 | 67.4 | - |
| YUV | 87.05 | 201.91 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 27 | 218 | 0.29 | 0.88 | 0 | 0.15 | 280.21 | 0.78 | 0.48 |
| Hex | 9B | 1B | DA | 1D | 58 | 0 | F | 118 | 4E | 30 |
| Octal | 233 | 33 | 332 | 35 | 130 | 0 | 17 | 430 | 116 | 60 |
| Binary | 10011011 | 11011 | 11011010 | 11101 | 1011000 | 0 | 1111 | 100011000 | 1001110 | 110000 |
Color Harmonies of #9B1BDA
Complementary color
Monochromatic Colors of #9B1BDA
Black with #9B1BDA
Text Example
Text Example
White with #9B1BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1BDA; }
p { color: rgb(155,27,218); }
H1.HeaderClassName
{
color: #9B1BDA;
}
.AnyTagClassName
{
color: #9B1BDA;
}
</style>
background-color css
<style>
a { background-color: #9B1BDA; }
a { background-color: rgb(155,27,218); }
div.DivClassName
{
background-color: #9B1BDA;
}
.BgClassName
{
background-color: #9B1BDA;
}
</style>
border-color css
<style>
span { border-color: #9B1BDA; }
span { border-color: rgb(155,27,218); }
td.TdClassName
{
border-color: #9B1BDA;
}
.TagClassName
{
border-color: #9B1BDA;
}
</style>