Shades of Dark Orchid #963BB2
Tints of Dark Orchid #963BB2
RGB
CMYK
RGB Variations
Color information
#963BB2 (or 0x963BB2) is known color: Dark Orchid. HEX triplet: 96, 3B and B2. RGB value is (150,59,178). Sum of RGB (Red+Green+Blue) = 150+59+178=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #963BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963BB2 is #69C44D. Grayscale: #636363. Windows color (decimal): -6931534 or 11680662. OLE color: 11680662.
HSL color Cylindrical-coordinate representation of color #963BB2: hue angle of 285.88º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963BB2 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 59 | 178 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.30 |
| HSL | 285.88º | 0.5% | 0.46% | - |
| HSV(B) | 285.88º | 0.67% | 0.7% | - |
| XYZ | 22.18 | 12.83 | 43.43 | - |
| YUV | 99.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 178 | 0.16 | 0.67 | 0 | 0.30 | 285.88 | 0.5 | 0.46 |
| Hex | 96 | 3B | B2 | 10 | 43 | 0 | 1E | 11E | 32 | 2E |
| Octal | 226 | 73 | 262 | 20 | 103 | 0 | 36 | 436 | 62 | 56 |
| Binary | 10010110 | 111011 | 10110010 | 10000 | 1000011 | 0 | 11110 | 100011110 | 110010 | 101110 |
Color Harmonies of #963BB2
Complementary color
Monochromatic Colors of #963BB2
Black with #963BB2
Text Example
Text Example
White with #963BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963BB2; }
p { color: rgb(150,59,178); }
H1.HeaderClassName
{
color: #963BB2;
}
.AnyTagClassName
{
color: #963BB2;
}
</style>
background-color css
<style>
a { background-color: #963BB2; }
a { background-color: rgb(150,59,178); }
div.DivClassName
{
background-color: #963BB2;
}
.BgClassName
{
background-color: #963BB2;
}
</style>
border-color css
<style>
span { border-color: #963BB2; }
span { border-color: rgb(150,59,178); }
td.TdClassName
{
border-color: #963BB2;
}
.TagClassName
{
border-color: #963BB2;
}
</style>