Shades of Dark Orchid #963DCC
Tints of Dark Orchid #963DCC
RGB
CMYK
RGB Variations
Color information
#963DCC (or 0x963DCC) is known color: Dark Orchid. HEX triplet: 96, 3D and CC. RGB value is (150,61,204). Sum of RGB (Red+Green+Blue) = 150+61+204=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #963DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963DCC is #69C233. Grayscale: #676767. Windows color (decimal): -6930996 or 13385110. OLE color: 13385110.
HSL color Cylindrical-coordinate representation of color #963DCC: hue angle of 277.34º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #963DCC is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 61 | 204 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.2 |
| HSL | 277.34º | 0.58% | 0.52% | - |
| HSV(B) | 277.34º | 0.7% | 0.8% | - |
| XYZ | 25.15 | 14.18 | 58.54 | - |
| YUV | 103.91 | 184.49 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 204 | 0.26 | 0.70 | 0 | 0.2 | 277.34 | 0.58 | 0.52 |
| Hex | 96 | 3D | CC | 1A | 46 | 0 | 14 | 115 | 3A | 34 |
| Octal | 226 | 75 | 314 | 32 | 106 | 0 | 24 | 425 | 72 | 64 |
| Binary | 10010110 | 111101 | 11001100 | 11010 | 1000110 | 0 | 10100 | 100010101 | 111010 | 110100 |
Color Harmonies of #963DCC
Complementary color
Monochromatic Colors of #963DCC
Black with #963DCC
Text Example
Text Example
White with #963DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DCC; }
p { color: rgb(150,61,204); }
H1.HeaderClassName
{
color: #963DCC;
}
.AnyTagClassName
{
color: #963DCC;
}
</style>
background-color css
<style>
a { background-color: #963DCC; }
a { background-color: rgb(150,61,204); }
div.DivClassName
{
background-color: #963DCC;
}
.BgClassName
{
background-color: #963DCC;
}
</style>
border-color css
<style>
span { border-color: #963DCC; }
span { border-color: rgb(150,61,204); }
td.TdClassName
{
border-color: #963DCC;
}
.TagClassName
{
border-color: #963DCC;
}
</style>