Shades of Dark Orchid #963CBE
Tints of Dark Orchid #963CBE
RGB
CMYK
RGB Variations
Color information
#963CBE (or 0x963CBE) is known color: Dark Orchid. HEX triplet: 96, 3C and BE. RGB value is (150,60,190). Sum of RGB (Red+Green+Blue) = 150+60+190=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #963CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963CBE is #69C341. Grayscale: #656565. Windows color (decimal): -6931266 or 12467350. OLE color: 12467350.
HSL color Cylindrical-coordinate representation of color #963CBE: hue angle of 281.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963CBE is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 60 | 190 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.25 |
| HSL | 281.54º | 0.52% | 0.49% | - |
| HSV(B) | 281.54º | 0.68% | 0.75% | - |
| XYZ | 23.49 | 13.43 | 50.07 | - |
| YUV | 101.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 190 | 0.21 | 0.68 | 0 | 0.25 | 281.54 | 0.52 | 0.49 |
| Hex | 96 | 3C | BE | 15 | 44 | 0 | 19 | 11A | 34 | 31 |
| Octal | 226 | 74 | 276 | 25 | 104 | 0 | 31 | 432 | 64 | 61 |
| Binary | 10010110 | 111100 | 10111110 | 10101 | 1000100 | 0 | 11001 | 100011010 | 110100 | 110001 |
Color Harmonies of #963CBE
Complementary color
Monochromatic Colors of #963CBE
Black with #963CBE
Text Example
Text Example
White with #963CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963CBE; }
p { color: rgb(150,60,190); }
H1.HeaderClassName
{
color: #963CBE;
}
.AnyTagClassName
{
color: #963CBE;
}
</style>
background-color css
<style>
a { background-color: #963CBE; }
a { background-color: rgb(150,60,190); }
div.DivClassName
{
background-color: #963CBE;
}
.BgClassName
{
background-color: #963CBE;
}
</style>
border-color css
<style>
span { border-color: #963CBE; }
span { border-color: rgb(150,60,190); }
td.TdClassName
{
border-color: #963CBE;
}
.TagClassName
{
border-color: #963CBE;
}
</style>