Shades of Dark Orchid #963AD5
Tints of Dark Orchid #963AD5
RGB
CMYK
RGB Variations
Color information
#963AD5 (or 0x963AD5) is known color: Dark Orchid. HEX triplet: 96, 3A and D5. RGB value is (150,58,213). Sum of RGB (Red+Green+Blue) = 150+58+213=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #963AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963AD5 is #69C52A. Grayscale: #666666. Windows color (decimal): -6931755 or 13974166. OLE color: 13974166.
HSL color Cylindrical-coordinate representation of color #963AD5: hue angle of 275.61º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963AD5 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 58 | 213 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.16 |
| HSL | 275.61º | 0.65% | 0.53% | - |
| HSV(B) | 275.61º | 0.73% | 0.84% | - |
| XYZ | 26.1 | 14.31 | 64.34 | - |
| YUV | 103.18 | 189.98 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 213 | 0.30 | 0.73 | 0 | 0.16 | 275.61 | 0.65 | 0.53 |
| Hex | 96 | 3A | D5 | 1E | 49 | 0 | 10 | 114 | 41 | 35 |
| Octal | 226 | 72 | 325 | 36 | 111 | 0 | 20 | 424 | 101 | 65 |
| Binary | 10010110 | 111010 | 11010101 | 11110 | 1001001 | 0 | 10000 | 100010100 | 1000001 | 110101 |
Color Harmonies of #963AD5
Complementary color
Monochromatic Colors of #963AD5
Black with #963AD5
Text Example
Text Example
White with #963AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963AD5; }
p { color: rgb(150,58,213); }
H1.HeaderClassName
{
color: #963AD5;
}
.AnyTagClassName
{
color: #963AD5;
}
</style>
background-color css
<style>
a { background-color: #963AD5; }
a { background-color: rgb(150,58,213); }
div.DivClassName
{
background-color: #963AD5;
}
.BgClassName
{
background-color: #963AD5;
}
</style>
border-color css
<style>
span { border-color: #963AD5; }
span { border-color: rgb(150,58,213); }
td.TdClassName
{
border-color: #963AD5;
}
.TagClassName
{
border-color: #963AD5;
}
</style>