Shades of Dark Orchid #963AD0
Tints of Dark Orchid #963AD0
RGB
CMYK
RGB Variations
Color information
#963AD0 (or 0x963AD0) is known color: Dark Orchid. HEX triplet: 96, 3A and D0. RGB value is (150,58,208). Sum of RGB (Red+Green+Blue) = 150+58+208=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #963AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963AD0 is #69C52F. Grayscale: #666666. Windows color (decimal): -6931760 or 13646486. OLE color: 13646486.
HSL color Cylindrical-coordinate representation of color #963AD0: hue angle of 276.8º degrees, saturation: 0.61, 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 #963AD0 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 58 | 208 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.18 |
| HSL | 276.8º | 0.61% | 0.52% | - |
| HSV(B) | 276.8º | 0.72% | 0.82% | - |
| XYZ | 25.48 | 14.06 | 61.05 | - |
| YUV | 102.61 | 187.48 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 208 | 0.28 | 0.72 | 0 | 0.18 | 276.8 | 0.61 | 0.52 |
| Hex | 96 | 3A | D0 | 1C | 48 | 0 | 12 | 115 | 3D | 34 |
| Octal | 226 | 72 | 320 | 34 | 110 | 0 | 22 | 425 | 75 | 64 |
| Binary | 10010110 | 111010 | 11010000 | 11100 | 1001000 | 0 | 10010 | 100010101 | 111101 | 110100 |
Color Harmonies of #963AD0
Complementary color
Monochromatic Colors of #963AD0
Black with #963AD0
Text Example
Text Example
White with #963AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963AD0; }
p { color: rgb(150,58,208); }
H1.HeaderClassName
{
color: #963AD0;
}
.AnyTagClassName
{
color: #963AD0;
}
</style>
background-color css
<style>
a { background-color: #963AD0; }
a { background-color: rgb(150,58,208); }
div.DivClassName
{
background-color: #963AD0;
}
.BgClassName
{
background-color: #963AD0;
}
</style>
border-color css
<style>
span { border-color: #963AD0; }
span { border-color: rgb(150,58,208); }
td.TdClassName
{
border-color: #963AD0;
}
.TagClassName
{
border-color: #963AD0;
}
</style>