Shades of Dark Orchid #9647CF
Tints of Dark Orchid #9647CF
RGB
CMYK
RGB Variations
Color information
#9647CF (or 0x9647CF) is known color: Dark Orchid. HEX triplet: 96, 47 and CF. RGB value is (150,71,207). Sum of RGB (Red+Green+Blue) = 150+71+207=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #9647CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9647CF is #69B830. Grayscale: #6D6D6D. Windows color (decimal): -6928433 or 13584278. OLE color: 13584278.
HSL color Cylindrical-coordinate representation of color #9647CF: hue angle of 274.85º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9647CF is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 71 | 207 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.19 |
| HSL | 274.85º | 0.59% | 0.55% | - |
| HSV(B) | 274.85º | 0.66% | 0.81% | - |
| XYZ | 26.09 | 15.5 | 60.65 | - |
| YUV | 110.13 | 182.67 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 207 | 0.28 | 0.66 | 0 | 0.19 | 274.85 | 0.59 | 0.55 |
| Hex | 96 | 47 | CF | 1C | 42 | 0 | 13 | 113 | 3B | 37 |
| Octal | 226 | 107 | 317 | 34 | 102 | 0 | 23 | 423 | 73 | 67 |
| Binary | 10010110 | 1000111 | 11001111 | 11100 | 1000010 | 0 | 10011 | 100010011 | 111011 | 110111 |
Color Harmonies of #9647CF
Complementary color
Monochromatic Colors of #9647CF
Black with #9647CF
Text Example
Text Example
White with #9647CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9647CF; }
p { color: rgb(150,71,207); }
H1.HeaderClassName
{
color: #9647CF;
}
.AnyTagClassName
{
color: #9647CF;
}
</style>
background-color css
<style>
a { background-color: #9647CF; }
a { background-color: rgb(150,71,207); }
div.DivClassName
{
background-color: #9647CF;
}
.BgClassName
{
background-color: #9647CF;
}
</style>
border-color css
<style>
span { border-color: #9647CF; }
span { border-color: rgb(150,71,207); }
td.TdClassName
{
border-color: #9647CF;
}
.TagClassName
{
border-color: #9647CF;
}
</style>