Shades of Dark Orchid #9545DB
Tints of Dark Orchid #9545DB
RGB
CMYK
RGB Variations
Color information
#9545DB (or 0x9545DB) is known color: Dark Orchid. HEX triplet: 95, 45 and DB. RGB value is (149,69,219). Sum of RGB (Red+Green+Blue) = 149+69+219=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #9545DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9545DB is #6ABA24. Grayscale: #6D6D6D. Windows color (decimal): -6994469 or 14370197. OLE color: 14370197.
HSL color Cylindrical-coordinate representation of color #9545DB: hue angle of 272º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9545DB is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 69 | 219 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.14 |
| HSL | 272º | 0.68% | 0.56% | - |
| HSV(B) | 272º | 0.68% | 0.86% | - |
| XYZ | 27.31 | 15.76 | 68.62 | - |
| YUV | 110.02 | 189.5 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 219 | 0.32 | 0.68 | 0 | 0.14 | 272 | 0.68 | 0.56 |
| Hex | 95 | 45 | DB | 20 | 44 | 0 | E | 110 | 44 | 38 |
| Octal | 225 | 105 | 333 | 40 | 104 | 0 | 16 | 420 | 104 | 70 |
| Binary | 10010101 | 1000101 | 11011011 | 100000 | 1000100 | 0 | 1110 | 100010000 | 1000100 | 111000 |
Color Harmonies of #9545DB
Complementary color
Monochromatic Colors of #9545DB
Black with #9545DB
Text Example
Text Example
White with #9545DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9545DB; }
p { color: rgb(149,69,219); }
H1.HeaderClassName
{
color: #9545DB;
}
.AnyTagClassName
{
color: #9545DB;
}
</style>
background-color css
<style>
a { background-color: #9545DB; }
a { background-color: rgb(149,69,219); }
div.DivClassName
{
background-color: #9545DB;
}
.BgClassName
{
background-color: #9545DB;
}
</style>
border-color css
<style>
span { border-color: #9545DB; }
span { border-color: rgb(149,69,219); }
td.TdClassName
{
border-color: #9545DB;
}
.TagClassName
{
border-color: #9545DB;
}
</style>