Shades of Dark Orchid #9B37AF
Tints of Dark Orchid #9B37AF
RGB
CMYK
RGB Variations
Color information
#9B37AF (or 0x9B37AF) is known color: Dark Orchid. HEX triplet: 9B, 37 and AF. RGB value is (155,55,175). Sum of RGB (Red+Green+Blue) = 155+55+175=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B37AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B37AF is #64C850. Grayscale: #626262. Windows color (decimal): -6604881 or 11483035. OLE color: 11483035.
HSL color Cylindrical-coordinate representation of color #9B37AF: hue angle of 290º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B37AF is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 55 | 175 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.31 |
| HSL | 290º | 0.52% | 0.45% | - |
| HSV(B) | 290º | 0.69% | 0.69% | - |
| XYZ | 22.62 | 12.8 | 41.84 | - |
| YUV | 98.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 55 | 175 | 0.11 | 0.69 | 0 | 0.31 | 290 | 0.52 | 0.45 |
| Hex | 9B | 37 | AF | B | 45 | 0 | 1F | 122 | 34 | 2D |
| Octal | 233 | 67 | 257 | 13 | 105 | 0 | 37 | 442 | 64 | 55 |
| Binary | 10011011 | 110111 | 10101111 | 1011 | 1000101 | 0 | 11111 | 100100010 | 110100 | 101101 |
Color Harmonies of #9B37AF
Complementary color
Monochromatic Colors of #9B37AF
Black with #9B37AF
Text Example
Text Example
White with #9B37AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B37AF; }
p { color: rgb(155,55,175); }
H1.HeaderClassName
{
color: #9B37AF;
}
.AnyTagClassName
{
color: #9B37AF;
}
</style>
background-color css
<style>
a { background-color: #9B37AF; }
a { background-color: rgb(155,55,175); }
div.DivClassName
{
background-color: #9B37AF;
}
.BgClassName
{
background-color: #9B37AF;
}
</style>
border-color css
<style>
span { border-color: #9B37AF; }
span { border-color: rgb(155,55,175); }
td.TdClassName
{
border-color: #9B37AF;
}
.TagClassName
{
border-color: #9B37AF;
}
</style>