Shades of Dark Orchid #962DB7
Tints of Dark Orchid #962DB7
RGB
CMYK
RGB Variations
Color information
#962DB7 (or 0x962DB7) is known color: Dark Orchid. HEX triplet: 96, 2D and B7. RGB value is (150,45,183). Sum of RGB (Red+Green+Blue) = 150+45+183=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 183 - color contains mainly: blue. Hex color #962DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DB7 is #69D248. Grayscale: #5B5B5B. Windows color (decimal): -6935113 or 12004758. OLE color: 12004758.
HSL color Cylindrical-coordinate representation of color #962DB7: hue angle of 285.65º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962DB7 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 45 | 183 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.28 |
| HSL | 285.65º | 0.61% | 0.45% | - |
| HSV(B) | 285.65º | 0.75% | 0.72% | - |
| XYZ | 22.06 | 11.78 | 45.91 | - |
| YUV | 92.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 183 | 0.18 | 0.75 | 0 | 0.28 | 285.65 | 0.61 | 0.45 |
| Hex | 96 | 2D | B7 | 12 | 4B | 0 | 1C | 11E | 3D | 2D |
| Octal | 226 | 55 | 267 | 22 | 113 | 0 | 34 | 436 | 75 | 55 |
| Binary | 10010110 | 101101 | 10110111 | 10010 | 1001011 | 0 | 11100 | 100011110 | 111101 | 101101 |
Color Harmonies of #962DB7
Complementary color
Monochromatic Colors of #962DB7
Black with #962DB7
Text Example
Text Example
White with #962DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DB7; }
p { color: rgb(150,45,183); }
H1.HeaderClassName
{
color: #962DB7;
}
.AnyTagClassName
{
color: #962DB7;
}
</style>
background-color css
<style>
a { background-color: #962DB7; }
a { background-color: rgb(150,45,183); }
div.DivClassName
{
background-color: #962DB7;
}
.BgClassName
{
background-color: #962DB7;
}
</style>
border-color css
<style>
span { border-color: #962DB7; }
span { border-color: rgb(150,45,183); }
td.TdClassName
{
border-color: #962DB7;
}
.TagClassName
{
border-color: #962DB7;
}
</style>