Shades of Dark Orchid #963ABB
Tints of Dark Orchid #963ABB
RGB
CMYK
RGB Variations
Color information
#963ABB (or 0x963ABB) is known color: Dark Orchid. HEX triplet: 96, 3A and BB. RGB value is (150,58,187). Sum of RGB (Red+Green+Blue) = 150+58+187=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #963ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963ABB is #69C544. Grayscale: #636363. Windows color (decimal): -6931781 or 12270230. OLE color: 12270230.
HSL color Cylindrical-coordinate representation of color #963ABB: hue angle of 282.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #963ABB is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 58 | 187 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.27 |
| HSL | 282.79º | 0.53% | 0.48% | - |
| HSV(B) | 282.79º | 0.69% | 0.73% | - |
| XYZ | 23.06 | 13.1 | 48.33 | - |
| YUV | 100.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 187 | 0.20 | 0.69 | 0 | 0.27 | 282.79 | 0.53 | 0.48 |
| Hex | 96 | 3A | BB | 14 | 45 | 0 | 1B | 11B | 35 | 30 |
| Octal | 226 | 72 | 273 | 24 | 105 | 0 | 33 | 433 | 65 | 60 |
| Binary | 10010110 | 111010 | 10111011 | 10100 | 1000101 | 0 | 11011 | 100011011 | 110101 | 110000 |
Color Harmonies of #963ABB
Complementary color
Monochromatic Colors of #963ABB
Black with #963ABB
Text Example
Text Example
White with #963ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963ABB; }
p { color: rgb(150,58,187); }
H1.HeaderClassName
{
color: #963ABB;
}
.AnyTagClassName
{
color: #963ABB;
}
</style>
background-color css
<style>
a { background-color: #963ABB; }
a { background-color: rgb(150,58,187); }
div.DivClassName
{
background-color: #963ABB;
}
.BgClassName
{
background-color: #963ABB;
}
</style>
border-color css
<style>
span { border-color: #963ABB; }
span { border-color: rgb(150,58,187); }
td.TdClassName
{
border-color: #963ABB;
}
.TagClassName
{
border-color: #963ABB;
}
</style>