Shades of Dark Orchid #963BCE
Tints of Dark Orchid #963BCE
RGB
CMYK
RGB Variations
Color information
#963BCE (or 0x963BCE) is known color: Dark Orchid. HEX triplet: 96, 3B and CE. RGB value is (150,59,206). Sum of RGB (Red+Green+Blue) = 150+59+206=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #963BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963BCE is #69C431. Grayscale: #666666. Windows color (decimal): -6931506 or 13515670. OLE color: 13515670.
HSL color Cylindrical-coordinate representation of color #963BCE: hue angle of 277.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #963BCE is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 59 | 206 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.19 |
| HSL | 277.14º | 0.6% | 0.52% | - |
| HSV(B) | 277.14º | 0.71% | 0.81% | - |
| XYZ | 25.28 | 14.07 | 59.78 | - |
| YUV | 102.97 | 186.15 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 206 | 0.27 | 0.71 | 0 | 0.19 | 277.14 | 0.6 | 0.52 |
| Hex | 96 | 3B | CE | 1B | 47 | 0 | 13 | 115 | 3C | 34 |
| Octal | 226 | 73 | 316 | 33 | 107 | 0 | 23 | 425 | 74 | 64 |
| Binary | 10010110 | 111011 | 11001110 | 11011 | 1000111 | 0 | 10011 | 100010101 | 111100 | 110100 |
Color Harmonies of #963BCE
Complementary color
Monochromatic Colors of #963BCE
Black with #963BCE
Text Example
Text Example
White with #963BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963BCE; }
p { color: rgb(150,59,206); }
H1.HeaderClassName
{
color: #963BCE;
}
.AnyTagClassName
{
color: #963BCE;
}
</style>
background-color css
<style>
a { background-color: #963BCE; }
a { background-color: rgb(150,59,206); }
div.DivClassName
{
background-color: #963BCE;
}
.BgClassName
{
background-color: #963BCE;
}
</style>
border-color css
<style>
span { border-color: #963BCE; }
span { border-color: rgb(150,59,206); }
td.TdClassName
{
border-color: #963BCE;
}
.TagClassName
{
border-color: #963BCE;
}
</style>