Shades of Dark Orchid #961ACB
Tints of Dark Orchid #961ACB
RGB
CMYK
RGB Variations
Color information
#961ACB (or 0x961ACB) is known color: Dark Orchid. HEX triplet: 96, 1A and CB. RGB value is (150,26,203). Sum of RGB (Red+Green+Blue) = 150+26+203=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #961ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961ACB is #69E534. Grayscale: #525252. Windows color (decimal): -6939957 or 13310614. OLE color: 13310614.
HSL color Cylindrical-coordinate representation of color #961ACB: hue angle of 282.03º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961ACB is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 26 | 203 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.20 |
| HSL | 282.03º | 0.77% | 0.45% | - |
| HSV(B) | 282.03º | 0.87% | 0.8% | - |
| XYZ | 23.73 | 11.53 | 57.48 | - |
| YUV | 83.25 | 195.58 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 203 | 0.26 | 0.87 | 0 | 0.20 | 282.03 | 0.77 | 0.45 |
| Hex | 96 | 1A | CB | 1A | 57 | 0 | 14 | 11A | 4D | 2D |
| Octal | 226 | 32 | 313 | 32 | 127 | 0 | 24 | 432 | 115 | 55 |
| Binary | 10010110 | 11010 | 11001011 | 11010 | 1010111 | 0 | 10100 | 100011010 | 1001101 | 101101 |
Color Harmonies of #961ACB
Complementary color
Monochromatic Colors of #961ACB
Black with #961ACB
Text Example
Text Example
White with #961ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961ACB; }
p { color: rgb(150,26,203); }
H1.HeaderClassName
{
color: #961ACB;
}
.AnyTagClassName
{
color: #961ACB;
}
</style>
background-color css
<style>
a { background-color: #961ACB; }
a { background-color: rgb(150,26,203); }
div.DivClassName
{
background-color: #961ACB;
}
.BgClassName
{
background-color: #961ACB;
}
</style>
border-color css
<style>
span { border-color: #961ACB; }
span { border-color: rgb(150,26,203); }
td.TdClassName
{
border-color: #961ACB;
}
.TagClassName
{
border-color: #961ACB;
}
</style>