Shades of Dark Orchid #963BDC
Tints of Dark Orchid #963BDC
RGB
CMYK
RGB Variations
Color information
#963BDC (or 0x963BDC) is known color: Dark Orchid. HEX triplet: 96, 3B and DC. RGB value is (150,59,220). Sum of RGB (Red+Green+Blue) = 150+59+220=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #963BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963BDC is #69C423. Grayscale: #686868. Windows color (decimal): -6931492 or 14433174. OLE color: 14433174.
HSL color Cylindrical-coordinate representation of color #963BDC: hue angle of 273.91º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963BDC is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 59 | 220 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.14 |
| HSL | 273.91º | 0.7% | 0.55% | - |
| HSV(B) | 273.91º | 0.73% | 0.86% | - |
| XYZ | 27.06 | 14.78 | 69.14 | - |
| YUV | 104.56 | 193.15 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 220 | 0.32 | 0.73 | 0 | 0.14 | 273.91 | 0.7 | 0.55 |
| Hex | 96 | 3B | DC | 20 | 49 | 0 | E | 112 | 46 | 37 |
| Octal | 226 | 73 | 334 | 40 | 111 | 0 | 16 | 422 | 106 | 67 |
| Binary | 10010110 | 111011 | 11011100 | 100000 | 1001001 | 0 | 1110 | 100010010 | 1000110 | 110111 |
Color Harmonies of #963BDC
Complementary color
Monochromatic Colors of #963BDC
Black with #963BDC
Text Example
Text Example
White with #963BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963BDC; }
p { color: rgb(150,59,220); }
H1.HeaderClassName
{
color: #963BDC;
}
.AnyTagClassName
{
color: #963BDC;
}
</style>
background-color css
<style>
a { background-color: #963BDC; }
a { background-color: rgb(150,59,220); }
div.DivClassName
{
background-color: #963BDC;
}
.BgClassName
{
background-color: #963BDC;
}
</style>
border-color css
<style>
span { border-color: #963BDC; }
span { border-color: rgb(150,59,220); }
td.TdClassName
{
border-color: #963BDC;
}
.TagClassName
{
border-color: #963BDC;
}
</style>