Shades of Dark Orchid #9B2DAF
Tints of Dark Orchid #9B2DAF
RGB
CMYK
RGB Variations
Color information
#9B2DAF (or 0x9B2DAF) is known color: Dark Orchid. HEX triplet: 9B, 2D and AF. RGB value is (155,45,175). Sum of RGB (Red+Green+Blue) = 155+45+175=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B2DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2DAF is #64D250. Grayscale: #5C5C5C. Windows color (decimal): -6607441 or 11480475. OLE color: 11480475.
HSL color Cylindrical-coordinate representation of color #9B2DAF: hue angle of 290.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2DAF is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 45 | 175 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.31 |
| HSL | 290.77º | 0.59% | 0.43% | - |
| HSV(B) | 290.77º | 0.74% | 0.69% | - |
| XYZ | 22.19 | 11.94 | 41.69 | - |
| YUV | 92.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 175 | 0.11 | 0.74 | 0 | 0.31 | 290.77 | 0.59 | 0.43 |
| Hex | 9B | 2D | AF | B | 4A | 0 | 1F | 123 | 3B | 2B |
| Octal | 233 | 55 | 257 | 13 | 112 | 0 | 37 | 443 | 73 | 53 |
| Binary | 10011011 | 101101 | 10101111 | 1011 | 1001010 | 0 | 11111 | 100100011 | 111011 | 101011 |
Color Harmonies of #9B2DAF
Complementary color
Monochromatic Colors of #9B2DAF
Black with #9B2DAF
Text Example
Text Example
White with #9B2DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2DAF; }
p { color: rgb(155,45,175); }
H1.HeaderClassName
{
color: #9B2DAF;
}
.AnyTagClassName
{
color: #9B2DAF;
}
</style>
background-color css
<style>
a { background-color: #9B2DAF; }
a { background-color: rgb(155,45,175); }
div.DivClassName
{
background-color: #9B2DAF;
}
.BgClassName
{
background-color: #9B2DAF;
}
</style>
border-color css
<style>
span { border-color: #9B2DAF; }
span { border-color: rgb(155,45,175); }
td.TdClassName
{
border-color: #9B2DAF;
}
.TagClassName
{
border-color: #9B2DAF;
}
</style>