Shades of Dark Orchid #9649CF
Tints of Dark Orchid #9649CF
RGB
CMYK
RGB Variations
Color information
#9649CF (or 0x9649CF) is known color: Dark Orchid. HEX triplet: 96, 49 and CF. RGB value is (150,73,207). Sum of RGB (Red+Green+Blue) = 150+73+207=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #9649CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9649CF is #69B630. Grayscale: #6E6E6E. Windows color (decimal): -6927921 or 13584790. OLE color: 13584790.
HSL color Cylindrical-coordinate representation of color #9649CF: hue angle of 274.48º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9649CF is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 73 | 207 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.19 |
| HSL | 274.48º | 0.58% | 0.55% | - |
| HSV(B) | 274.48º | 0.65% | 0.81% | - |
| XYZ | 26.22 | 15.75 | 60.69 | - |
| YUV | 111.3 | 182.01 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 207 | 0.28 | 0.65 | 0 | 0.19 | 274.48 | 0.58 | 0.55 |
| Hex | 96 | 49 | CF | 1C | 41 | 0 | 13 | 112 | 3A | 37 |
| Octal | 226 | 111 | 317 | 34 | 101 | 0 | 23 | 422 | 72 | 67 |
| Binary | 10010110 | 1001001 | 11001111 | 11100 | 1000001 | 0 | 10011 | 100010010 | 111010 | 110111 |
Color Harmonies of #9649CF
Complementary color
Monochromatic Colors of #9649CF
Black with #9649CF
Text Example
Text Example
White with #9649CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9649CF; }
p { color: rgb(150,73,207); }
H1.HeaderClassName
{
color: #9649CF;
}
.AnyTagClassName
{
color: #9649CF;
}
</style>
background-color css
<style>
a { background-color: #9649CF; }
a { background-color: rgb(150,73,207); }
div.DivClassName
{
background-color: #9649CF;
}
.BgClassName
{
background-color: #9649CF;
}
</style>
border-color css
<style>
span { border-color: #9649CF; }
span { border-color: rgb(150,73,207); }
td.TdClassName
{
border-color: #9649CF;
}
.TagClassName
{
border-color: #9649CF;
}
</style>