Shades of Dark Orchid #9531D3
Tints of Dark Orchid #9531D3
RGB
CMYK
RGB Variations
Color information
#9531D3 (or 0x9531D3) is known color: Dark Orchid. HEX triplet: 95, 31 and D3. RGB value is (149,49,211). Sum of RGB (Red+Green+Blue) = 149+49+211=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 211 (82.81% from 255 or 51.59% from 409); Max value from RGB is 211 - color contains mainly: blue. Hex color #9531D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9531D3 is #6ACE2C. Grayscale: #606060. Windows color (decimal): -6999597 or 13840789. OLE color: 13840789.
HSL color Cylindrical-coordinate representation of color #9531D3: hue angle of 277.04º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9531D3 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 49 | 211 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.17 |
| HSL | 277.04º | 0.65% | 0.51% | - |
| HSV(B) | 277.04º | 0.77% | 0.83% | - |
| XYZ | 25.25 | 13.29 | 62.86 | - |
| YUV | 97.37 | 192.13 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 211 | 0.29 | 0.77 | 0 | 0.17 | 277.04 | 0.65 | 0.51 |
| Hex | 95 | 31 | D3 | 1D | 4D | 0 | 11 | 115 | 41 | 33 |
| Octal | 225 | 61 | 323 | 35 | 115 | 0 | 21 | 425 | 101 | 63 |
| Binary | 10010101 | 110001 | 11010011 | 11101 | 1001101 | 0 | 10001 | 100010101 | 1000001 | 110011 |
Color Harmonies of #9531D3
Complementary color
Monochromatic Colors of #9531D3
Black with #9531D3
Text Example
Text Example
White with #9531D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9531D3; }
p { color: rgb(149,49,211); }
H1.HeaderClassName
{
color: #9531D3;
}
.AnyTagClassName
{
color: #9531D3;
}
</style>
background-color css
<style>
a { background-color: #9531D3; }
a { background-color: rgb(149,49,211); }
div.DivClassName
{
background-color: #9531D3;
}
.BgClassName
{
background-color: #9531D3;
}
</style>
border-color css
<style>
span { border-color: #9531D3; }
span { border-color: rgb(149,49,211); }
td.TdClassName
{
border-color: #9531D3;
}
.TagClassName
{
border-color: #9531D3;
}
</style>