Shades of Dark Orchid #963DCE
Tints of Dark Orchid #963DCE
RGB
CMYK
RGB Variations
Color information
#963DCE (or 0x963DCE) is known color: Dark Orchid. HEX triplet: 96, 3D and CE. RGB value is (150,61,206). Sum of RGB (Red+Green+Blue) = 150+61+206=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #963DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963DCE is #69C231. Grayscale: #676767. Windows color (decimal): -6930994 or 13516182. OLE color: 13516182.
HSL color Cylindrical-coordinate representation of color #963DCE: hue angle of 276.83º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #963DCE is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 61 | 206 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.19 |
| HSL | 276.83º | 0.6% | 0.52% | - |
| HSV(B) | 276.83º | 0.7% | 0.81% | - |
| XYZ | 25.39 | 14.28 | 59.81 | - |
| YUV | 104.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 206 | 0.27 | 0.70 | 0 | 0.19 | 276.83 | 0.6 | 0.52 |
| Hex | 96 | 3D | CE | 1B | 46 | 0 | 13 | 115 | 3C | 34 |
| Octal | 226 | 75 | 316 | 33 | 106 | 0 | 23 | 425 | 74 | 64 |
| Binary | 10010110 | 111101 | 11001110 | 11011 | 1000110 | 0 | 10011 | 100010101 | 111100 | 110100 |
Color Harmonies of #963DCE
Complementary color
Monochromatic Colors of #963DCE
Black with #963DCE
Text Example
Text Example
White with #963DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DCE; }
p { color: rgb(150,61,206); }
H1.HeaderClassName
{
color: #963DCE;
}
.AnyTagClassName
{
color: #963DCE;
}
</style>
background-color css
<style>
a { background-color: #963DCE; }
a { background-color: rgb(150,61,206); }
div.DivClassName
{
background-color: #963DCE;
}
.BgClassName
{
background-color: #963DCE;
}
</style>
border-color css
<style>
span { border-color: #963DCE; }
span { border-color: rgb(150,61,206); }
td.TdClassName
{
border-color: #963DCE;
}
.TagClassName
{
border-color: #963DCE;
}
</style>