Shades of Dark Orchid #963ED5
Tints of Dark Orchid #963ED5
RGB
CMYK
RGB Variations
Color information
#963ED5 (or 0x963ED5) is known color: Dark Orchid. HEX triplet: 96, 3E and D5. RGB value is (150,62,213). Sum of RGB (Red+Green+Blue) = 150+62+213=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #963ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963ED5 is #69C12A. Grayscale: #696969. Windows color (decimal): -6930731 or 13975190. OLE color: 13975190.
HSL color Cylindrical-coordinate representation of color #963ED5: hue angle of 274.97º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #963ED5 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 62 | 213 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.16 |
| HSL | 274.97º | 0.64% | 0.54% | - |
| HSV(B) | 274.97º | 0.71% | 0.84% | - |
| XYZ | 26.31 | 14.73 | 64.41 | - |
| YUV | 105.53 | 188.65 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 213 | 0.30 | 0.71 | 0 | 0.16 | 274.97 | 0.64 | 0.54 |
| Hex | 96 | 3E | D5 | 1E | 47 | 0 | 10 | 113 | 40 | 36 |
| Octal | 226 | 76 | 325 | 36 | 107 | 0 | 20 | 423 | 100 | 66 |
| Binary | 10010110 | 111110 | 11010101 | 11110 | 1000111 | 0 | 10000 | 100010011 | 1000000 | 110110 |
Color Harmonies of #963ED5
Complementary color
Monochromatic Colors of #963ED5
Black with #963ED5
Text Example
Text Example
White with #963ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963ED5; }
p { color: rgb(150,62,213); }
H1.HeaderClassName
{
color: #963ED5;
}
.AnyTagClassName
{
color: #963ED5;
}
</style>
background-color css
<style>
a { background-color: #963ED5; }
a { background-color: rgb(150,62,213); }
div.DivClassName
{
background-color: #963ED5;
}
.BgClassName
{
background-color: #963ED5;
}
</style>
border-color css
<style>
span { border-color: #963ED5; }
span { border-color: rgb(150,62,213); }
td.TdClassName
{
border-color: #963ED5;
}
.TagClassName
{
border-color: #963ED5;
}
</style>