Shades of Dark Orchid #9647DC
Tints of Dark Orchid #9647DC
RGB
CMYK
RGB Variations
Color information
#9647DC (or 0x9647DC) is known color: Dark Orchid. HEX triplet: 96, 47 and DC. RGB value is (150,71,220). Sum of RGB (Red+Green+Blue) = 150+71+220=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #9647DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9647DC is #69B823. Grayscale: #6F6F6F. Windows color (decimal): -6928420 or 14436246. OLE color: 14436246.
HSL color Cylindrical-coordinate representation of color #9647DC: hue angle of 271.81º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9647DC is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 71 | 220 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.14 |
| HSL | 271.81º | 0.68% | 0.57% | - |
| HSV(B) | 271.81º | 0.68% | 0.86% | - |
| XYZ | 27.75 | 16.16 | 69.37 | - |
| YUV | 111.61 | 189.17 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 220 | 0.32 | 0.68 | 0 | 0.14 | 271.81 | 0.68 | 0.57 |
| Hex | 96 | 47 | DC | 20 | 44 | 0 | E | 110 | 44 | 39 |
| Octal | 226 | 107 | 334 | 40 | 104 | 0 | 16 | 420 | 104 | 71 |
| Binary | 10010110 | 1000111 | 11011100 | 100000 | 1000100 | 0 | 1110 | 100010000 | 1000100 | 111001 |
Color Harmonies of #9647DC
Complementary color
Monochromatic Colors of #9647DC
Black with #9647DC
Text Example
Text Example
White with #9647DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9647DC; }
p { color: rgb(150,71,220); }
H1.HeaderClassName
{
color: #9647DC;
}
.AnyTagClassName
{
color: #9647DC;
}
</style>
background-color css
<style>
a { background-color: #9647DC; }
a { background-color: rgb(150,71,220); }
div.DivClassName
{
background-color: #9647DC;
}
.BgClassName
{
background-color: #9647DC;
}
</style>
border-color css
<style>
span { border-color: #9647DC; }
span { border-color: rgb(150,71,220); }
td.TdClassName
{
border-color: #9647DC;
}
.TagClassName
{
border-color: #9647DC;
}
</style>