Shades of Dark Orchid #9B2FAF
Tints of Dark Orchid #9B2FAF
RGB
CMYK
RGB Variations
Color information
#9B2FAF (or 0x9B2FAF) is known color: Dark Orchid. HEX triplet: 9B, 2F and AF. RGB value is (155,47,175). Sum of RGB (Red+Green+Blue) = 155+47+175=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B2FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2FAF is #64D050. Grayscale: #5D5D5D. Windows color (decimal): -6606929 or 11480987. OLE color: 11480987.
HSL color Cylindrical-coordinate representation of color #9B2FAF: hue angle of 290.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B2FAF is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 47 | 175 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.31 |
| HSL | 290.63º | 0.58% | 0.44% | - |
| HSV(B) | 290.63º | 0.73% | 0.69% | - |
| XYZ | 22.27 | 12.1 | 41.72 | - |
| YUV | 93.88 | 173.78 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 47 | 175 | 0.11 | 0.73 | 0 | 0.31 | 290.63 | 0.58 | 0.44 |
| Hex | 9B | 2F | AF | B | 49 | 0 | 1F | 123 | 3A | 2C |
| Octal | 233 | 57 | 257 | 13 | 111 | 0 | 37 | 443 | 72 | 54 |
| Binary | 10011011 | 101111 | 10101111 | 1011 | 1001001 | 0 | 11111 | 100100011 | 111010 | 101100 |
Color Harmonies of #9B2FAF
Complementary color
Monochromatic Colors of #9B2FAF
Black with #9B2FAF
Text Example
Text Example
White with #9B2FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2FAF; }
p { color: rgb(155,47,175); }
H1.HeaderClassName
{
color: #9B2FAF;
}
.AnyTagClassName
{
color: #9B2FAF;
}
</style>
background-color css
<style>
a { background-color: #9B2FAF; }
a { background-color: rgb(155,47,175); }
div.DivClassName
{
background-color: #9B2FAF;
}
.BgClassName
{
background-color: #9B2FAF;
}
</style>
border-color css
<style>
span { border-color: #9B2FAF; }
span { border-color: rgb(155,47,175); }
td.TdClassName
{
border-color: #9B2FAF;
}
.TagClassName
{
border-color: #9B2FAF;
}
</style>