Shades of Dark Orchid #9530AF
Tints of Dark Orchid #9530AF
RGB
CMYK
RGB Variations
Color information
#9530AF (or 0x9530AF) is known color: Dark Orchid. HEX triplet: 95, 30 and AF. RGB value is (149,48,175). Sum of RGB (Red+Green+Blue) = 149+48+175=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #9530AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9530AF is #6ACF50. Grayscale: #5C5C5C. Windows color (decimal): -6999889 or 11481237. OLE color: 11481237.
HSL color Cylindrical-coordinate representation of color #9530AF: hue angle of 287.72º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9530AF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 48 | 175 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.31 |
| HSL | 287.72º | 0.57% | 0.44% | - |
| HSV(B) | 287.72º | 0.73% | 0.69% | - |
| XYZ | 21.19 | 11.6 | 41.68 | - |
| YUV | 92.68 | 174.46 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 175 | 0.15 | 0.73 | 0 | 0.31 | 287.72 | 0.57 | 0.44 |
| Hex | 95 | 30 | AF | F | 49 | 0 | 1F | 120 | 39 | 2C |
| Octal | 225 | 60 | 257 | 17 | 111 | 0 | 37 | 440 | 71 | 54 |
| Binary | 10010101 | 110000 | 10101111 | 1111 | 1001001 | 0 | 11111 | 100100000 | 111001 | 101100 |
Color Harmonies of #9530AF
Complementary color
Monochromatic Colors of #9530AF
Black with #9530AF
Text Example
Text Example
White with #9530AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9530AF; }
p { color: rgb(149,48,175); }
H1.HeaderClassName
{
color: #9530AF;
}
.AnyTagClassName
{
color: #9530AF;
}
</style>
background-color css
<style>
a { background-color: #9530AF; }
a { background-color: rgb(149,48,175); }
div.DivClassName
{
background-color: #9530AF;
}
.BgClassName
{
background-color: #9530AF;
}
</style>
border-color css
<style>
span { border-color: #9530AF; }
span { border-color: rgb(149,48,175); }
td.TdClassName
{
border-color: #9530AF;
}
.TagClassName
{
border-color: #9530AF;
}
</style>