Shades of Dark Orchid #9B33AF
Tints of Dark Orchid #9B33AF
RGB
CMYK
RGB Variations
Color information
#9B33AF (or 0x9B33AF) is known color: Dark Orchid. HEX triplet: 9B, 33 and AF. RGB value is (155,51,175). Sum of RGB (Red+Green+Blue) = 155+51+175=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B33AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B33AF is #64CC50. Grayscale: #5F5F5F. Windows color (decimal): -6605905 or 11482011. OLE color: 11482011.
HSL color Cylindrical-coordinate representation of color #9B33AF: hue angle of 290.32º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B33AF is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 51 | 175 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.31 |
| HSL | 290.32º | 0.55% | 0.44% | - |
| HSV(B) | 290.32º | 0.71% | 0.69% | - |
| XYZ | 22.44 | 12.43 | 41.77 | - |
| YUV | 96.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 175 | 0.11 | 0.71 | 0 | 0.31 | 290.32 | 0.55 | 0.44 |
| Hex | 9B | 33 | AF | B | 47 | 0 | 1F | 122 | 37 | 2C |
| Octal | 233 | 63 | 257 | 13 | 107 | 0 | 37 | 442 | 67 | 54 |
| Binary | 10011011 | 110011 | 10101111 | 1011 | 1000111 | 0 | 11111 | 100100010 | 110111 | 101100 |
Color Harmonies of #9B33AF
Complementary color
Monochromatic Colors of #9B33AF
Black with #9B33AF
Text Example
Text Example
White with #9B33AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B33AF; }
p { color: rgb(155,51,175); }
H1.HeaderClassName
{
color: #9B33AF;
}
.AnyTagClassName
{
color: #9B33AF;
}
</style>
background-color css
<style>
a { background-color: #9B33AF; }
a { background-color: rgb(155,51,175); }
div.DivClassName
{
background-color: #9B33AF;
}
.BgClassName
{
background-color: #9B33AF;
}
</style>
border-color css
<style>
span { border-color: #9B33AF; }
span { border-color: rgb(155,51,175); }
td.TdClassName
{
border-color: #9B33AF;
}
.TagClassName
{
border-color: #9B33AF;
}
</style>