Shades of Dark Orchid #963CC4
Tints of Dark Orchid #963CC4
RGB
CMYK
RGB Variations
Color information
#963CC4 (or 0x963CC4) is known color: Dark Orchid. HEX triplet: 96, 3C and C4. RGB value is (150,60,196). Sum of RGB (Red+Green+Blue) = 150+60+196=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 196 (76.95% from 255 or 48.28% from 406); Max value from RGB is 196 - color contains mainly: blue. Hex color #963CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963CC4 is #69C33B. Grayscale: #656565. Windows color (decimal): -6931260 or 12860566. OLE color: 12860566.
HSL color Cylindrical-coordinate representation of color #963CC4: hue angle of 279.71º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #963CC4 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 60 | 196 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.23 |
| HSL | 279.71º | 0.54% | 0.5% | - |
| HSV(B) | 279.71º | 0.69% | 0.77% | - |
| XYZ | 24.16 | 13.7 | 53.6 | - |
| YUV | 102.41 | 180.82 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 196 | 0.23 | 0.69 | 0 | 0.23 | 279.71 | 0.54 | 0.5 |
| Hex | 96 | 3C | C4 | 17 | 45 | 0 | 17 | 118 | 36 | 32 |
| Octal | 226 | 74 | 304 | 27 | 105 | 0 | 27 | 430 | 66 | 62 |
| Binary | 10010110 | 111100 | 11000100 | 10111 | 1000101 | 0 | 10111 | 100011000 | 110110 | 110010 |
Color Harmonies of #963CC4
Complementary color
Monochromatic Colors of #963CC4
Black with #963CC4
Text Example
Text Example
White with #963CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963CC4; }
p { color: rgb(150,60,196); }
H1.HeaderClassName
{
color: #963CC4;
}
.AnyTagClassName
{
color: #963CC4;
}
</style>
background-color css
<style>
a { background-color: #963CC4; }
a { background-color: rgb(150,60,196); }
div.DivClassName
{
background-color: #963CC4;
}
.BgClassName
{
background-color: #963CC4;
}
</style>
border-color css
<style>
span { border-color: #963CC4; }
span { border-color: rgb(150,60,196); }
td.TdClassName
{
border-color: #963CC4;
}
.TagClassName
{
border-color: #963CC4;
}
</style>