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