Shades of Dark Orchid #964AD6
Tints of Dark Orchid #964AD6
RGB
CMYK
RGB Variations
Color information
#964AD6 (or 0x964AD6) is known color: Dark Orchid. HEX triplet: 96, 4A and D6. RGB value is (150,74,214). Sum of RGB (Red+Green+Blue) = 150+74+214=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #964AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964AD6 is #69B529. Grayscale: #707070. Windows color (decimal): -6927658 or 14043798. OLE color: 14043798.
HSL color Cylindrical-coordinate representation of color #964AD6: hue angle of 272.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #964AD6 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 74 | 214 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.16 |
| HSL | 272.57º | 0.63% | 0.56% | - |
| HSV(B) | 272.57º | 0.65% | 0.84% | - |
| XYZ | 27.16 | 16.24 | 65.32 | - |
| YUV | 112.68 | 185.18 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 214 | 0.30 | 0.65 | 0 | 0.16 | 272.57 | 0.63 | 0.56 |
| Hex | 96 | 4A | D6 | 1E | 41 | 0 | 10 | 111 | 3F | 38 |
| Octal | 226 | 112 | 326 | 36 | 101 | 0 | 20 | 421 | 77 | 70 |
| Binary | 10010110 | 1001010 | 11010110 | 11110 | 1000001 | 0 | 10000 | 100010001 | 111111 | 111000 |
Color Harmonies of #964AD6
Complementary color
Monochromatic Colors of #964AD6
Black with #964AD6
Text Example
Text Example
White with #964AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964AD6; }
p { color: rgb(150,74,214); }
H1.HeaderClassName
{
color: #964AD6;
}
.AnyTagClassName
{
color: #964AD6;
}
</style>
background-color css
<style>
a { background-color: #964AD6; }
a { background-color: rgb(150,74,214); }
div.DivClassName
{
background-color: #964AD6;
}
.BgClassName
{
background-color: #964AD6;
}
</style>
border-color css
<style>
span { border-color: #964AD6; }
span { border-color: rgb(150,74,214); }
td.TdClassName
{
border-color: #964AD6;
}
.TagClassName
{
border-color: #964AD6;
}
</style>