Shades of Dark Orchid #963ACD
Tints of Dark Orchid #963ACD
RGB
CMYK
RGB Variations
Color information
#963ACD (or 0x963ACD) is known color: Dark Orchid. HEX triplet: 96, 3A and CD. RGB value is (150,58,205). Sum of RGB (Red+Green+Blue) = 150+58+205=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #963ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963ACD is #69C532. Grayscale: #656565. Windows color (decimal): -6931763 or 13449878. OLE color: 13449878.
HSL color Cylindrical-coordinate representation of color #963ACD: hue angle of 277.55º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #963ACD is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 58 | 205 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.20 |
| HSL | 277.55º | 0.6% | 0.52% | - |
| HSV(B) | 277.55º | 0.72% | 0.8% | - |
| XYZ | 25.11 | 13.92 | 59.12 | - |
| YUV | 102.27 | 185.98 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 205 | 0.27 | 0.72 | 0 | 0.20 | 277.55 | 0.6 | 0.52 |
| Hex | 96 | 3A | CD | 1B | 48 | 0 | 14 | 116 | 3C | 34 |
| Octal | 226 | 72 | 315 | 33 | 110 | 0 | 24 | 426 | 74 | 64 |
| Binary | 10010110 | 111010 | 11001101 | 11011 | 1001000 | 0 | 10100 | 100010110 | 111100 | 110100 |
Color Harmonies of #963ACD
Complementary color
Monochromatic Colors of #963ACD
Black with #963ACD
Text Example
Text Example
White with #963ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963ACD; }
p { color: rgb(150,58,205); }
H1.HeaderClassName
{
color: #963ACD;
}
.AnyTagClassName
{
color: #963ACD;
}
</style>
background-color css
<style>
a { background-color: #963ACD; }
a { background-color: rgb(150,58,205); }
div.DivClassName
{
background-color: #963ACD;
}
.BgClassName
{
background-color: #963ACD;
}
</style>
border-color css
<style>
span { border-color: #963ACD; }
span { border-color: rgb(150,58,205); }
td.TdClassName
{
border-color: #963ACD;
}
.TagClassName
{
border-color: #963ACD;
}
</style>