Shades of Dark Orchid #9649DB
Tints of Dark Orchid #9649DB
RGB
CMYK
RGB Variations
Color information
#9649DB (or 0x9649DB) is known color: Dark Orchid. HEX triplet: 96, 49 and DB. RGB value is (150,73,219). Sum of RGB (Red+Green+Blue) = 150+73+219=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #9649DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9649DB is #69B624. Grayscale: #707070. Windows color (decimal): -6927909 or 14371222. OLE color: 14371222.
HSL color Cylindrical-coordinate representation of color #9649DB: hue angle of 271.64º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9649DB is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 73 | 219 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.14 |
| HSL | 271.64º | 0.67% | 0.57% | - |
| HSV(B) | 271.64º | 0.67% | 0.86% | - |
| XYZ | 27.75 | 16.36 | 68.71 | - |
| YUV | 112.67 | 188.01 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 219 | 0.32 | 0.67 | 0 | 0.14 | 271.64 | 0.67 | 0.57 |
| Hex | 96 | 49 | DB | 20 | 43 | 0 | E | 110 | 43 | 39 |
| Octal | 226 | 111 | 333 | 40 | 103 | 0 | 16 | 420 | 103 | 71 |
| Binary | 10010110 | 1001001 | 11011011 | 100000 | 1000011 | 0 | 1110 | 100010000 | 1000011 | 111001 |
Color Harmonies of #9649DB
Complementary color
Monochromatic Colors of #9649DB
Black with #9649DB
Text Example
Text Example
White with #9649DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9649DB; }
p { color: rgb(150,73,219); }
H1.HeaderClassName
{
color: #9649DB;
}
.AnyTagClassName
{
color: #9649DB;
}
</style>
background-color css
<style>
a { background-color: #9649DB; }
a { background-color: rgb(150,73,219); }
div.DivClassName
{
background-color: #9649DB;
}
.BgClassName
{
background-color: #9649DB;
}
</style>
border-color css
<style>
span { border-color: #9649DB; }
span { border-color: rgb(150,73,219); }
td.TdClassName
{
border-color: #9649DB;
}
.TagClassName
{
border-color: #9649DB;
}
</style>