Shades of Dark Orchid #963BCC
Tints of Dark Orchid #963BCC
RGB
CMYK
RGB Variations
Color information
#963BCC (or 0x963BCC) is known color: Dark Orchid. HEX triplet: 96, 3B and CC. RGB value is (150,59,204). Sum of RGB (Red+Green+Blue) = 150+59+204=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #963BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963BCC is #69C433. Grayscale: #666666. Windows color (decimal): -6931508 or 13384598. OLE color: 13384598.
HSL color Cylindrical-coordinate representation of color #963BCC: hue angle of 277.66º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #963BCC is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 59 | 204 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.2 |
| HSL | 277.66º | 0.59% | 0.52% | - |
| HSV(B) | 277.66º | 0.71% | 0.8% | - |
| XYZ | 25.04 | 13.97 | 58.5 | - |
| YUV | 102.74 | 185.15 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 204 | 0.26 | 0.71 | 0 | 0.2 | 277.66 | 0.59 | 0.52 |
| Hex | 96 | 3B | CC | 1A | 47 | 0 | 14 | 116 | 3B | 34 |
| Octal | 226 | 73 | 314 | 32 | 107 | 0 | 24 | 426 | 73 | 64 |
| Binary | 10010110 | 111011 | 11001100 | 11010 | 1000111 | 0 | 10100 | 100010110 | 111011 | 110100 |
Color Harmonies of #963BCC
Complementary color
Monochromatic Colors of #963BCC
Black with #963BCC
Text Example
Text Example
White with #963BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963BCC; }
p { color: rgb(150,59,204); }
H1.HeaderClassName
{
color: #963BCC;
}
.AnyTagClassName
{
color: #963BCC;
}
</style>
background-color css
<style>
a { background-color: #963BCC; }
a { background-color: rgb(150,59,204); }
div.DivClassName
{
background-color: #963BCC;
}
.BgClassName
{
background-color: #963BCC;
}
</style>
border-color css
<style>
span { border-color: #963BCC; }
span { border-color: rgb(150,59,204); }
td.TdClassName
{
border-color: #963BCC;
}
.TagClassName
{
border-color: #963BCC;
}
</style>