Shades of Dark Orchid #963ECE
Tints of Dark Orchid #963ECE
RGB
CMYK
RGB Variations
Color information
#963ECE (or 0x963ECE) is known color: Dark Orchid. HEX triplet: 96, 3E and CE. RGB value is (150,62,206). Sum of RGB (Red+Green+Blue) = 150+62+206=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #963ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963ECE is #69C131. Grayscale: #686868. Windows color (decimal): -6930738 or 13516438. OLE color: 13516438.
HSL color Cylindrical-coordinate representation of color #963ECE: hue angle of 276.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #963ECE is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 62 | 206 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.19 |
| HSL | 276.67º | 0.6% | 0.53% | - |
| HSV(B) | 276.67º | 0.7% | 0.81% | - |
| XYZ | 25.44 | 14.39 | 59.83 | - |
| YUV | 104.73 | 185.15 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 206 | 0.27 | 0.70 | 0 | 0.19 | 276.67 | 0.6 | 0.53 |
| Hex | 96 | 3E | CE | 1B | 46 | 0 | 13 | 115 | 3C | 35 |
| Octal | 226 | 76 | 316 | 33 | 106 | 0 | 23 | 425 | 74 | 65 |
| Binary | 10010110 | 111110 | 11001110 | 11011 | 1000110 | 0 | 10011 | 100010101 | 111100 | 110101 |
Color Harmonies of #963ECE
Complementary color
Monochromatic Colors of #963ECE
Black with #963ECE
Text Example
Text Example
White with #963ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963ECE; }
p { color: rgb(150,62,206); }
H1.HeaderClassName
{
color: #963ECE;
}
.AnyTagClassName
{
color: #963ECE;
}
</style>
background-color css
<style>
a { background-color: #963ECE; }
a { background-color: rgb(150,62,206); }
div.DivClassName
{
background-color: #963ECE;
}
.BgClassName
{
background-color: #963ECE;
}
</style>
border-color css
<style>
span { border-color: #963ECE; }
span { border-color: rgb(150,62,206); }
td.TdClassName
{
border-color: #963ECE;
}
.TagClassName
{
border-color: #963ECE;
}
</style>