Shades of Dark Orchid #963ABD
Tints of Dark Orchid #963ABD
RGB
CMYK
RGB Variations
Color information
#963ABD (or 0x963ABD) is known color: Dark Orchid. HEX triplet: 96, 3A and BD. RGB value is (150,58,189). Sum of RGB (Red+Green+Blue) = 150+58+189=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #963ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963ABD is #69C542. Grayscale: #646464. Windows color (decimal): -6931779 or 12401302. OLE color: 12401302.
HSL color Cylindrical-coordinate representation of color #963ABD: hue angle of 282.14º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #963ABD is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 58 | 189 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.26 |
| HSL | 282.14º | 0.53% | 0.48% | - |
| HSV(B) | 282.14º | 0.69% | 0.74% | - |
| XYZ | 23.28 | 13.18 | 49.46 | - |
| YUV | 100.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 189 | 0.21 | 0.69 | 0 | 0.26 | 282.14 | 0.53 | 0.48 |
| Hex | 96 | 3A | BD | 15 | 45 | 0 | 1A | 11A | 35 | 30 |
| Octal | 226 | 72 | 275 | 25 | 105 | 0 | 32 | 432 | 65 | 60 |
| Binary | 10010110 | 111010 | 10111101 | 10101 | 1000101 | 0 | 11010 | 100011010 | 110101 | 110000 |
Color Harmonies of #963ABD
Complementary color
Monochromatic Colors of #963ABD
Black with #963ABD
Text Example
Text Example
White with #963ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963ABD; }
p { color: rgb(150,58,189); }
H1.HeaderClassName
{
color: #963ABD;
}
.AnyTagClassName
{
color: #963ABD;
}
</style>
background-color css
<style>
a { background-color: #963ABD; }
a { background-color: rgb(150,58,189); }
div.DivClassName
{
background-color: #963ABD;
}
.BgClassName
{
background-color: #963ABD;
}
</style>
border-color css
<style>
span { border-color: #963ABD; }
span { border-color: rgb(150,58,189); }
td.TdClassName
{
border-color: #963ABD;
}
.TagClassName
{
border-color: #963ABD;
}
</style>