Shades of Dark Orchid #9544DA
Tints of Dark Orchid #9544DA
RGB
CMYK
RGB Variations
Color information
#9544DA (or 0x9544DA) is known color: Dark Orchid. HEX triplet: 95, 44 and DA. RGB value is (149,68,218). Sum of RGB (Red+Green+Blue) = 149+68+218=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #9544DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9544DA is #6ABB25. Grayscale: #6C6C6C. Windows color (decimal): -6994726 or 14304405. OLE color: 14304405.
HSL color Cylindrical-coordinate representation of color #9544DA: hue angle of 272.4º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9544DA is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 68 | 218 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.15 |
| HSL | 272.4º | 0.67% | 0.56% | - |
| HSV(B) | 272.4º | 0.69% | 0.85% | - |
| XYZ | 27.12 | 15.59 | 67.91 | - |
| YUV | 109.32 | 189.34 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 218 | 0.32 | 0.69 | 0 | 0.15 | 272.4 | 0.67 | 0.56 |
| Hex | 95 | 44 | DA | 20 | 45 | 0 | F | 110 | 43 | 38 |
| Octal | 225 | 104 | 332 | 40 | 105 | 0 | 17 | 420 | 103 | 70 |
| Binary | 10010101 | 1000100 | 11011010 | 100000 | 1000101 | 0 | 1111 | 100010000 | 1000011 | 111000 |
Color Harmonies of #9544DA
Complementary color
Monochromatic Colors of #9544DA
Black with #9544DA
Text Example
Text Example
White with #9544DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9544DA; }
p { color: rgb(149,68,218); }
H1.HeaderClassName
{
color: #9544DA;
}
.AnyTagClassName
{
color: #9544DA;
}
</style>
background-color css
<style>
a { background-color: #9544DA; }
a { background-color: rgb(149,68,218); }
div.DivClassName
{
background-color: #9544DA;
}
.BgClassName
{
background-color: #9544DA;
}
</style>
border-color css
<style>
span { border-color: #9544DA; }
span { border-color: rgb(149,68,218); }
td.TdClassName
{
border-color: #9544DA;
}
.TagClassName
{
border-color: #9544DA;
}
</style>