Shades of Dark Orchid #9533AF
Tints of Dark Orchid #9533AF
RGB
CMYK
RGB Variations
Color information
#9533AF (or 0x9533AF) is known color: Dark Orchid. HEX triplet: 95, 33 and AF. RGB value is (149,51,175). Sum of RGB (Red+Green+Blue) = 149+51+175=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 51 (20.31% from 255 or 13.6% 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 #9533AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9533AF is #6ACC50. Grayscale: #5E5E5E. Windows color (decimal): -6999121 or 11482005. OLE color: 11482005.
HSL color Cylindrical-coordinate representation of color #9533AF: hue angle of 287.42º 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 #9533AF is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 51 | 175 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.31 |
| HSL | 287.42º | 0.55% | 0.44% | - |
| HSV(B) | 287.42º | 0.71% | 0.69% | - |
| XYZ | 21.32 | 11.85 | 41.72 | - |
| YUV | 94.44 | 173.47 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 51 | 175 | 0.15 | 0.71 | 0 | 0.31 | 287.42 | 0.55 | 0.44 |
| Hex | 95 | 33 | AF | F | 47 | 0 | 1F | 11F | 37 | 2C |
| Octal | 225 | 63 | 257 | 17 | 107 | 0 | 37 | 437 | 67 | 54 |
| Binary | 10010101 | 110011 | 10101111 | 1111 | 1000111 | 0 | 11111 | 100011111 | 110111 | 101100 |
Color Harmonies of #9533AF
Complementary color
Monochromatic Colors of #9533AF
Black with #9533AF
Text Example
Text Example
White with #9533AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9533AF; }
p { color: rgb(149,51,175); }
H1.HeaderClassName
{
color: #9533AF;
}
.AnyTagClassName
{
color: #9533AF;
}
</style>
background-color css
<style>
a { background-color: #9533AF; }
a { background-color: rgb(149,51,175); }
div.DivClassName
{
background-color: #9533AF;
}
.BgClassName
{
background-color: #9533AF;
}
</style>
border-color css
<style>
span { border-color: #9533AF; }
span { border-color: rgb(149,51,175); }
td.TdClassName
{
border-color: #9533AF;
}
.TagClassName
{
border-color: #9533AF;
}
</style>