Shades of Dark Orchid #963FCD
Tints of Dark Orchid #963FCD
RGB
CMYK
RGB Variations
Color information
#963FCD (or 0x963FCD) is known color: Dark Orchid. HEX triplet: 96, 3F and CD. RGB value is (150,63,205). Sum of RGB (Red+Green+Blue) = 150+63+205=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #963FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963FCD is #69C032. Grayscale: #686868. Windows color (decimal): -6930483 or 13451158. OLE color: 13451158.
HSL color Cylindrical-coordinate representation of color #963FCD: hue angle of 276.76º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #963FCD is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 63 | 205 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.20 |
| HSL | 276.76º | 0.59% | 0.53% | - |
| HSV(B) | 276.76º | 0.69% | 0.8% | - |
| XYZ | 25.37 | 14.45 | 59.21 | - |
| YUV | 105.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 205 | 0.27 | 0.69 | 0 | 0.20 | 276.76 | 0.59 | 0.53 |
| Hex | 96 | 3F | CD | 1B | 45 | 0 | 14 | 115 | 3B | 35 |
| Octal | 226 | 77 | 315 | 33 | 105 | 0 | 24 | 425 | 73 | 65 |
| Binary | 10010110 | 111111 | 11001101 | 11011 | 1000101 | 0 | 10100 | 100010101 | 111011 | 110101 |
Color Harmonies of #963FCD
Complementary color
Monochromatic Colors of #963FCD
Black with #963FCD
Text Example
Text Example
White with #963FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963FCD; }
p { color: rgb(150,63,205); }
H1.HeaderClassName
{
color: #963FCD;
}
.AnyTagClassName
{
color: #963FCD;
}
</style>
background-color css
<style>
a { background-color: #963FCD; }
a { background-color: rgb(150,63,205); }
div.DivClassName
{
background-color: #963FCD;
}
.BgClassName
{
background-color: #963FCD;
}
</style>
border-color css
<style>
span { border-color: #963FCD; }
span { border-color: rgb(150,63,205); }
td.TdClassName
{
border-color: #963FCD;
}
.TagClassName
{
border-color: #963FCD;
}
</style>