Shades of Dark Orchid #9545DD
Tints of Dark Orchid #9545DD
RGB
CMYK
RGB Variations
Color information
#9545DD (or 0x9545DD) is known color: Dark Orchid. HEX triplet: 95, 45 and DD. RGB value is (149,69,221). Sum of RGB (Red+Green+Blue) = 149+69+221=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #9545DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9545DD is #6ABA22. Grayscale: #6D6D6D. Windows color (decimal): -6994467 or 14501269. OLE color: 14501269.
HSL color Cylindrical-coordinate representation of color #9545DD: hue angle of 271.58º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9545DD is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 69 | 221 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.13 |
| HSL | 271.58º | 0.69% | 0.57% | - |
| HSV(B) | 271.58º | 0.69% | 0.87% | - |
| XYZ | 27.57 | 15.87 | 70.02 | - |
| YUV | 110.25 | 190.5 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 221 | 0.33 | 0.69 | 0 | 0.13 | 271.58 | 0.69 | 0.57 |
| Hex | 95 | 45 | DD | 21 | 45 | 0 | D | 110 | 45 | 39 |
| Octal | 225 | 105 | 335 | 41 | 105 | 0 | 15 | 420 | 105 | 71 |
| Binary | 10010101 | 1000101 | 11011101 | 100001 | 1000101 | 0 | 1101 | 100010000 | 1000101 | 111001 |
Color Harmonies of #9545DD
Complementary color
Monochromatic Colors of #9545DD
Black with #9545DD
Text Example
Text Example
White with #9545DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9545DD; }
p { color: rgb(149,69,221); }
H1.HeaderClassName
{
color: #9545DD;
}
.AnyTagClassName
{
color: #9545DD;
}
</style>
background-color css
<style>
a { background-color: #9545DD; }
a { background-color: rgb(149,69,221); }
div.DivClassName
{
background-color: #9545DD;
}
.BgClassName
{
background-color: #9545DD;
}
</style>
border-color css
<style>
span { border-color: #9545DD; }
span { border-color: rgb(149,69,221); }
td.TdClassName
{
border-color: #9545DD;
}
.TagClassName
{
border-color: #9545DD;
}
</style>