Shades of Dark Orchid #963ABF
Tints of Dark Orchid #963ABF
RGB
CMYK
RGB Variations
Color information
#963ABF (or 0x963ABF) is known color: Dark Orchid. HEX triplet: 96, 3A and BF. RGB value is (150,58,191). Sum of RGB (Red+Green+Blue) = 150+58+191=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #963ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963ABF is #69C540. Grayscale: #646464. Windows color (decimal): -6931777 or 12532374. OLE color: 12532374.
HSL color Cylindrical-coordinate representation of color #963ABF: hue angle of 281.5º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #963ABF is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 58 | 191 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.25 |
| HSL | 281.5º | 0.53% | 0.49% | - |
| HSV(B) | 281.5º | 0.7% | 0.75% | - |
| XYZ | 23.49 | 13.27 | 50.61 | - |
| YUV | 100.67 | 178.98 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 191 | 0.21 | 0.70 | 0 | 0.25 | 281.5 | 0.53 | 0.49 |
| Hex | 96 | 3A | BF | 15 | 46 | 0 | 19 | 11A | 35 | 31 |
| Octal | 226 | 72 | 277 | 25 | 106 | 0 | 31 | 432 | 65 | 61 |
| Binary | 10010110 | 111010 | 10111111 | 10101 | 1000110 | 0 | 11001 | 100011010 | 110101 | 110001 |
Color Harmonies of #963ABF
Complementary color
Monochromatic Colors of #963ABF
Black with #963ABF
Text Example
Text Example
White with #963ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963ABF; }
p { color: rgb(150,58,191); }
H1.HeaderClassName
{
color: #963ABF;
}
.AnyTagClassName
{
color: #963ABF;
}
</style>
background-color css
<style>
a { background-color: #963ABF; }
a { background-color: rgb(150,58,191); }
div.DivClassName
{
background-color: #963ABF;
}
.BgClassName
{
background-color: #963ABF;
}
</style>
border-color css
<style>
span { border-color: #963ABF; }
span { border-color: rgb(150,58,191); }
td.TdClassName
{
border-color: #963ABF;
}
.TagClassName
{
border-color: #963ABF;
}
</style>