Shades of Dark Orchid #963EDD
Tints of Dark Orchid #963EDD
RGB
CMYK
RGB Variations
Color information
#963EDD (or 0x963EDD) is known color: Dark Orchid. HEX triplet: 96, 3E and DD. RGB value is (150,62,221). Sum of RGB (Red+Green+Blue) = 150+62+221=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #963EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963EDD is #69C122. Grayscale: #696969. Windows color (decimal): -6930723 or 14499478. OLE color: 14499478.
HSL color Cylindrical-coordinate representation of color #963EDD: hue angle of 273.21º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #963EDD is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 62 | 221 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.13 |
| HSL | 273.21º | 0.7% | 0.55% | - |
| HSV(B) | 273.21º | 0.72% | 0.87% | - |
| XYZ | 27.35 | 15.15 | 69.89 | - |
| YUV | 106.44 | 192.65 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 221 | 0.32 | 0.72 | 0 | 0.13 | 273.21 | 0.7 | 0.55 |
| Hex | 96 | 3E | DD | 20 | 48 | 0 | D | 111 | 46 | 37 |
| Octal | 226 | 76 | 335 | 40 | 110 | 0 | 15 | 421 | 106 | 67 |
| Binary | 10010110 | 111110 | 11011101 | 100000 | 1001000 | 0 | 1101 | 100010001 | 1000110 | 110111 |
Color Harmonies of #963EDD
Complementary color
Monochromatic Colors of #963EDD
Black with #963EDD
Text Example
Text Example
White with #963EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963EDD; }
p { color: rgb(150,62,221); }
H1.HeaderClassName
{
color: #963EDD;
}
.AnyTagClassName
{
color: #963EDD;
}
</style>
background-color css
<style>
a { background-color: #963EDD; }
a { background-color: rgb(150,62,221); }
div.DivClassName
{
background-color: #963EDD;
}
.BgClassName
{
background-color: #963EDD;
}
</style>
border-color css
<style>
span { border-color: #963EDD; }
span { border-color: rgb(150,62,221); }
td.TdClassName
{
border-color: #963EDD;
}
.TagClassName
{
border-color: #963EDD;
}
</style>