Shades of Dark Orchid #963AD1
Tints of Dark Orchid #963AD1
RGB
CMYK
RGB Variations
Color information
#963AD1 (or 0x963AD1) is known color: Dark Orchid. HEX triplet: 96, 3A and D1. RGB value is (150,58,209). Sum of RGB (Red+Green+Blue) = 150+58+209=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #963AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963AD1 is #69C52E. Grayscale: #666666. Windows color (decimal): -6931759 or 13712022. OLE color: 13712022.
HSL color Cylindrical-coordinate representation of color #963AD1: hue angle of 276.56º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #963AD1 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 58 | 209 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.18 |
| HSL | 276.56º | 0.62% | 0.52% | - |
| HSV(B) | 276.56º | 0.72% | 0.82% | - |
| XYZ | 25.6 | 14.11 | 61.7 | - |
| YUV | 102.72 | 187.98 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 209 | 0.28 | 0.72 | 0 | 0.18 | 276.56 | 0.62 | 0.52 |
| Hex | 96 | 3A | D1 | 1C | 48 | 0 | 12 | 115 | 3E | 34 |
| Octal | 226 | 72 | 321 | 34 | 110 | 0 | 22 | 425 | 76 | 64 |
| Binary | 10010110 | 111010 | 11010001 | 11100 | 1001000 | 0 | 10010 | 100010101 | 111110 | 110100 |
Color Harmonies of #963AD1
Complementary color
Monochromatic Colors of #963AD1
Black with #963AD1
Text Example
Text Example
White with #963AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963AD1; }
p { color: rgb(150,58,209); }
H1.HeaderClassName
{
color: #963AD1;
}
.AnyTagClassName
{
color: #963AD1;
}
</style>
background-color css
<style>
a { background-color: #963AD1; }
a { background-color: rgb(150,58,209); }
div.DivClassName
{
background-color: #963AD1;
}
.BgClassName
{
background-color: #963AD1;
}
</style>
border-color css
<style>
span { border-color: #963AD1; }
span { border-color: rgb(150,58,209); }
td.TdClassName
{
border-color: #963AD1;
}
.TagClassName
{
border-color: #963AD1;
}
</style>