Shades of Dark Orchid #9640C1
Tints of Dark Orchid #9640C1
RGB
CMYK
RGB Variations
Color information
#9640C1 (or 0x9640C1) is known color: Dark Orchid. HEX triplet: 96, 40 and C1. RGB value is (150,64,193). Sum of RGB (Red+Green+Blue) = 150+64+193=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #9640C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9640C1 is #69BF3E. Grayscale: #676767. Windows color (decimal): -6930239 or 12664982. OLE color: 12664982.
HSL color Cylindrical-coordinate representation of color #9640C1: hue angle of 280º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9640C1 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 64 | 193 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.24 |
| HSL | 280º | 0.51% | 0.5% | - |
| HSV(B) | 280º | 0.67% | 0.76% | - |
| XYZ | 24.04 | 14 | 51.89 | - |
| YUV | 104.42 | 177.99 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 193 | 0.22 | 0.67 | 0 | 0.24 | 280 | 0.51 | 0.5 |
| Hex | 96 | 40 | C1 | 16 | 43 | 0 | 18 | 118 | 33 | 32 |
| Octal | 226 | 100 | 301 | 26 | 103 | 0 | 30 | 430 | 63 | 62 |
| Binary | 10010110 | 1000000 | 11000001 | 10110 | 1000011 | 0 | 11000 | 100011000 | 110011 | 110010 |
Color Harmonies of #9640C1
Complementary color
Monochromatic Colors of #9640C1
Black with #9640C1
Text Example
Text Example
White with #9640C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9640C1; }
p { color: rgb(150,64,193); }
H1.HeaderClassName
{
color: #9640C1;
}
.AnyTagClassName
{
color: #9640C1;
}
</style>
background-color css
<style>
a { background-color: #9640C1; }
a { background-color: rgb(150,64,193); }
div.DivClassName
{
background-color: #9640C1;
}
.BgClassName
{
background-color: #9640C1;
}
</style>
border-color css
<style>
span { border-color: #9640C1; }
span { border-color: rgb(150,64,193); }
td.TdClassName
{
border-color: #9640C1;
}
.TagClassName
{
border-color: #9640C1;
}
</style>