Shades of Dark Orchid #961BC0
Tints of Dark Orchid #961BC0
RGB
CMYK
RGB Variations
Color information
#961BC0 (or 0x961BC0) is known color: Dark Orchid. HEX triplet: 96, 1B and C0. RGB value is (150,27,192). Sum of RGB (Red+Green+Blue) = 150+27+192=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #961BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961BC0 is #69E43F. Grayscale: #525252. Windows color (decimal): -6939712 or 12589974. OLE color: 12589974.
HSL color Cylindrical-coordinate representation of color #961BC0: hue angle of 284.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961BC0 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 27 | 192 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.25 |
| HSL | 284.73º | 0.75% | 0.43% | - |
| HSV(B) | 284.73º | 0.86% | 0.75% | - |
| XYZ | 22.48 | 11.07 | 50.82 | - |
| YUV | 82.59 | 189.75 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 192 | 0.22 | 0.86 | 0 | 0.25 | 284.73 | 0.75 | 0.43 |
| Hex | 96 | 1B | C0 | 16 | 56 | 0 | 19 | 11D | 4B | 2B |
| Octal | 226 | 33 | 300 | 26 | 126 | 0 | 31 | 435 | 113 | 53 |
| Binary | 10010110 | 11011 | 11000000 | 10110 | 1010110 | 0 | 11001 | 100011101 | 1001011 | 101011 |
Color Harmonies of #961BC0
Complementary color
Monochromatic Colors of #961BC0
Black with #961BC0
Text Example
Text Example
White with #961BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961BC0; }
p { color: rgb(150,27,192); }
H1.HeaderClassName
{
color: #961BC0;
}
.AnyTagClassName
{
color: #961BC0;
}
</style>
background-color css
<style>
a { background-color: #961BC0; }
a { background-color: rgb(150,27,192); }
div.DivClassName
{
background-color: #961BC0;
}
.BgClassName
{
background-color: #961BC0;
}
</style>
border-color css
<style>
span { border-color: #961BC0; }
span { border-color: rgb(150,27,192); }
td.TdClassName
{
border-color: #961BC0;
}
.TagClassName
{
border-color: #961BC0;
}
</style>