Shades of Dark Orchid #9345DB
Tints of Dark Orchid #9345DB
RGB
CMYK
RGB Variations
Color information
#9345DB (or 0x9345DB) is known color: Dark Orchid. HEX triplet: 93, 45 and DB. RGB value is (147,69,219). Sum of RGB (Red+Green+Blue) = 147+69+219=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 69 (27.34% from 255 or 15.86% 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 #9345DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9345DB is #6CBA24. Grayscale: #6C6C6C. Windows color (decimal): -7125541 or 14370195. OLE color: 14370195.
HSL color Cylindrical-coordinate representation of color #9345DB: hue angle of 271.2º 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 #9345DB is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 69 | 219 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.14 |
| HSL | 271.2º | 0.68% | 0.56% | - |
| HSV(B) | 271.2º | 0.68% | 0.86% | - |
| XYZ | 26.95 | 15.57 | 68.6 | - |
| YUV | 109.42 | 189.84 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 69 | 219 | 0.33 | 0.68 | 0 | 0.14 | 271.2 | 0.68 | 0.56 |
| Hex | 93 | 45 | DB | 21 | 44 | 0 | E | 10F | 44 | 38 |
| Octal | 223 | 105 | 333 | 41 | 104 | 0 | 16 | 417 | 104 | 70 |
| Binary | 10010011 | 1000101 | 11011011 | 100001 | 1000100 | 0 | 1110 | 100001111 | 1000100 | 111000 |
Color Harmonies of #9345DB
Complementary color
Monochromatic Colors of #9345DB
Black with #9345DB
Text Example
Text Example
White with #9345DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9345DB; }
p { color: rgb(147,69,219); }
H1.HeaderClassName
{
color: #9345DB;
}
.AnyTagClassName
{
color: #9345DB;
}
</style>
background-color css
<style>
a { background-color: #9345DB; }
a { background-color: rgb(147,69,219); }
div.DivClassName
{
background-color: #9345DB;
}
.BgClassName
{
background-color: #9345DB;
}
</style>
border-color css
<style>
span { border-color: #9345DB; }
span { border-color: rgb(147,69,219); }
td.TdClassName
{
border-color: #9345DB;
}
.TagClassName
{
border-color: #9345DB;
}
</style>