Shades of Dark Orchid #9645DB
Tints of Dark Orchid #9645DB
RGB
CMYK
RGB Variations
Color information
#9645DB (or 0x9645DB) is known color: Dark Orchid. HEX triplet: 96, 45 and DB. RGB value is (150,69,219). Sum of RGB (Red+Green+Blue) = 150+69+219=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #9645DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9645DB is #69BA24. Grayscale: #6D6D6D. Windows color (decimal): -6928933 or 14370198. OLE color: 14370198.
HSL color Cylindrical-coordinate representation of color #9645DB: hue angle of 272.4º 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 #9645DB is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 69 | 219 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.14 |
| HSL | 272.4º | 0.68% | 0.56% | - |
| HSV(B) | 272.4º | 0.68% | 0.86% | - |
| XYZ | 27.49 | 15.85 | 68.63 | - |
| YUV | 110.32 | 189.34 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 219 | 0.32 | 0.68 | 0 | 0.14 | 272.4 | 0.68 | 0.56 |
| Hex | 96 | 45 | DB | 20 | 44 | 0 | E | 110 | 44 | 38 |
| Octal | 226 | 105 | 333 | 40 | 104 | 0 | 16 | 420 | 104 | 70 |
| Binary | 10010110 | 1000101 | 11011011 | 100000 | 1000100 | 0 | 1110 | 100010000 | 1000100 | 111000 |
Color Harmonies of #9645DB
Complementary color
Monochromatic Colors of #9645DB
Black with #9645DB
Text Example
Text Example
White with #9645DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9645DB; }
p { color: rgb(150,69,219); }
H1.HeaderClassName
{
color: #9645DB;
}
.AnyTagClassName
{
color: #9645DB;
}
</style>
background-color css
<style>
a { background-color: #9645DB; }
a { background-color: rgb(150,69,219); }
div.DivClassName
{
background-color: #9645DB;
}
.BgClassName
{
background-color: #9645DB;
}
</style>
border-color css
<style>
span { border-color: #9645DB; }
span { border-color: rgb(150,69,219); }
td.TdClassName
{
border-color: #9645DB;
}
.TagClassName
{
border-color: #9645DB;
}
</style>