Shades of Dark Orchid #9A33AF
Tints of Dark Orchid #9A33AF
RGB
CMYK
RGB Variations
Color information
#9A33AF (or 0x9A33AF) is known color: Dark Orchid. HEX triplet: 9A, 33 and AF. RGB value is (154,51,175). Sum of RGB (Red+Green+Blue) = 154+51+175=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A33AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A33AF is #65CC50. Grayscale: #5F5F5F. Windows color (decimal): -6671441 or 11482010. OLE color: 11482010.
HSL color Cylindrical-coordinate representation of color #9A33AF: hue angle of 289.84º 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 #9A33AF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 51 | 175 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.31 |
| HSL | 289.84º | 0.55% | 0.44% | - |
| HSV(B) | 289.84º | 0.71% | 0.69% | - |
| XYZ | 22.25 | 12.33 | 41.77 | - |
| YUV | 95.93 | 172.62 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 51 | 175 | 0.12 | 0.71 | 0 | 0.31 | 289.84 | 0.55 | 0.44 |
| Hex | 9A | 33 | AF | C | 47 | 0 | 1F | 122 | 37 | 2C |
| Octal | 232 | 63 | 257 | 14 | 107 | 0 | 37 | 442 | 67 | 54 |
| Binary | 10011010 | 110011 | 10101111 | 1100 | 1000111 | 0 | 11111 | 100100010 | 110111 | 101100 |
Color Harmonies of #9A33AF
Complementary color
Monochromatic Colors of #9A33AF
Black with #9A33AF
Text Example
Text Example
White with #9A33AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A33AF; }
p { color: rgb(154,51,175); }
H1.HeaderClassName
{
color: #9A33AF;
}
.AnyTagClassName
{
color: #9A33AF;
}
</style>
background-color css
<style>
a { background-color: #9A33AF; }
a { background-color: rgb(154,51,175); }
div.DivClassName
{
background-color: #9A33AF;
}
.BgClassName
{
background-color: #9A33AF;
}
</style>
border-color css
<style>
span { border-color: #9A33AF; }
span { border-color: rgb(154,51,175); }
td.TdClassName
{
border-color: #9A33AF;
}
.TagClassName
{
border-color: #9A33AF;
}
</style>