Shades of Dark Orchid #9543DB
Tints of Dark Orchid #9543DB
RGB
CMYK
RGB Variations
Color information
#9543DB (or 0x9543DB) is known color: Dark Orchid. HEX triplet: 95, 43 and DB. RGB value is (149,67,219). Sum of RGB (Red+Green+Blue) = 149+67+219=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #9543DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9543DB is #6ABC24. Grayscale: #6C6C6C. Windows color (decimal): -6994981 or 14369685. OLE color: 14369685.
HSL color Cylindrical-coordinate representation of color #9543DB: hue angle of 272.37º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9543DB is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 67 | 219 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.14 |
| HSL | 272.37º | 0.68% | 0.56% | - |
| HSV(B) | 272.37º | 0.69% | 0.86% | - |
| XYZ | 27.19 | 15.52 | 68.58 | - |
| YUV | 108.85 | 190.17 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 219 | 0.32 | 0.69 | 0 | 0.14 | 272.37 | 0.68 | 0.56 |
| Hex | 95 | 43 | DB | 20 | 45 | 0 | E | 110 | 44 | 38 |
| Octal | 225 | 103 | 333 | 40 | 105 | 0 | 16 | 420 | 104 | 70 |
| Binary | 10010101 | 1000011 | 11011011 | 100000 | 1000101 | 0 | 1110 | 100010000 | 1000100 | 111000 |
Color Harmonies of #9543DB
Complementary color
Monochromatic Colors of #9543DB
Black with #9543DB
Text Example
Text Example
White with #9543DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9543DB; }
p { color: rgb(149,67,219); }
H1.HeaderClassName
{
color: #9543DB;
}
.AnyTagClassName
{
color: #9543DB;
}
</style>
background-color css
<style>
a { background-color: #9543DB; }
a { background-color: rgb(149,67,219); }
div.DivClassName
{
background-color: #9543DB;
}
.BgClassName
{
background-color: #9543DB;
}
</style>
border-color css
<style>
span { border-color: #9543DB; }
span { border-color: rgb(149,67,219); }
td.TdClassName
{
border-color: #9543DB;
}
.TagClassName
{
border-color: #9543DB;
}
</style>