Shades of Dark Orchid #9641DB
Tints of Dark Orchid #9641DB
RGB
CMYK
RGB Variations
Color information
#9641DB (or 0x9641DB) is known color: Dark Orchid. HEX triplet: 96, 41 and DB. RGB value is (150,65,219). Sum of RGB (Red+Green+Blue) = 150+65+219=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #9641DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9641DB is #69BE24. Grayscale: #6B6B6B. Windows color (decimal): -6929957 or 14369174. OLE color: 14369174.
HSL color Cylindrical-coordinate representation of color #9641DB: hue angle of 273.12º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9641DB is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 65 | 219 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.14 |
| HSL | 273.12º | 0.68% | 0.56% | - |
| HSV(B) | 273.12º | 0.7% | 0.86% | - |
| XYZ | 27.25 | 15.38 | 68.55 | - |
| YUV | 107.97 | 190.66 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 219 | 0.32 | 0.70 | 0 | 0.14 | 273.12 | 0.68 | 0.56 |
| Hex | 96 | 41 | DB | 20 | 46 | 0 | E | 111 | 44 | 38 |
| Octal | 226 | 101 | 333 | 40 | 106 | 0 | 16 | 421 | 104 | 70 |
| Binary | 10010110 | 1000001 | 11011011 | 100000 | 1000110 | 0 | 1110 | 100010001 | 1000100 | 111000 |
Color Harmonies of #9641DB
Complementary color
Monochromatic Colors of #9641DB
Black with #9641DB
Text Example
Text Example
White with #9641DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9641DB; }
p { color: rgb(150,65,219); }
H1.HeaderClassName
{
color: #9641DB;
}
.AnyTagClassName
{
color: #9641DB;
}
</style>
background-color css
<style>
a { background-color: #9641DB; }
a { background-color: rgb(150,65,219); }
div.DivClassName
{
background-color: #9641DB;
}
.BgClassName
{
background-color: #9641DB;
}
</style>
border-color css
<style>
span { border-color: #9641DB; }
span { border-color: rgb(150,65,219); }
td.TdClassName
{
border-color: #9641DB;
}
.TagClassName
{
border-color: #9641DB;
}
</style>