Shades of Dark Orchid #9B2FBA
Tints of Dark Orchid #9B2FBA
RGB
CMYK
RGB Variations
Color information
#9B2FBA (or 0x9B2FBA) is known color: Dark Orchid. HEX triplet: 9B, 2F and BA. RGB value is (155,47,186). Sum of RGB (Red+Green+Blue) = 155+47+186=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2FBA is #64D045. Grayscale: #5E5E5E. Windows color (decimal): -6606918 or 12201883. OLE color: 12201883.
HSL color Cylindrical-coordinate representation of color #9B2FBA: hue angle of 286.62º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2FBA is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 47 | 186 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.27 |
| HSL | 286.62º | 0.6% | 0.46% | - |
| HSV(B) | 286.62º | 0.75% | 0.73% | - |
| XYZ | 23.4 | 12.55 | 47.64 | - |
| YUV | 95.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 47 | 186 | 0.17 | 0.75 | 0 | 0.27 | 286.62 | 0.6 | 0.46 |
| Hex | 9B | 2F | BA | 11 | 4B | 0 | 1B | 11F | 3C | 2E |
| Octal | 233 | 57 | 272 | 21 | 113 | 0 | 33 | 437 | 74 | 56 |
| Binary | 10011011 | 101111 | 10111010 | 10001 | 1001011 | 0 | 11011 | 100011111 | 111100 | 101110 |
Color Harmonies of #9B2FBA
Complementary color
Monochromatic Colors of #9B2FBA
Black with #9B2FBA
Text Example
Text Example
White with #9B2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2FBA; }
p { color: rgb(155,47,186); }
H1.HeaderClassName
{
color: #9B2FBA;
}
.AnyTagClassName
{
color: #9B2FBA;
}
</style>
background-color css
<style>
a { background-color: #9B2FBA; }
a { background-color: rgb(155,47,186); }
div.DivClassName
{
background-color: #9B2FBA;
}
.BgClassName
{
background-color: #9B2FBA;
}
</style>
border-color css
<style>
span { border-color: #9B2FBA; }
span { border-color: rgb(155,47,186); }
td.TdClassName
{
border-color: #9B2FBA;
}
.TagClassName
{
border-color: #9B2FBA;
}
</style>