Shades of Dark Orchid #962DD0
Tints of Dark Orchid #962DD0
RGB
CMYK
RGB Variations
Color information
#962DD0 (or 0x962DD0) is known color: Dark Orchid. HEX triplet: 96, 2D and D0. RGB value is (150,45,208). Sum of RGB (Red+Green+Blue) = 150+45+208=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #962DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DD0 is #69D22F. Grayscale: #5E5E5E. Windows color (decimal): -6935088 or 13643158. OLE color: 13643158.
HSL color Cylindrical-coordinate representation of color #962DD0: hue angle of 278.65º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962DD0 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 45 | 208 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.18 |
| HSL | 278.65º | 0.64% | 0.5% | - |
| HSV(B) | 278.65º | 0.78% | 0.82% | - |
| XYZ | 24.9 | 12.91 | 60.85 | - |
| YUV | 94.98 | 191.79 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 208 | 0.28 | 0.78 | 0 | 0.18 | 278.65 | 0.64 | 0.5 |
| Hex | 96 | 2D | D0 | 1C | 4E | 0 | 12 | 117 | 40 | 32 |
| Octal | 226 | 55 | 320 | 34 | 116 | 0 | 22 | 427 | 100 | 62 |
| Binary | 10010110 | 101101 | 11010000 | 11100 | 1001110 | 0 | 10010 | 100010111 | 1000000 | 110010 |
Color Harmonies of #962DD0
Complementary color
Monochromatic Colors of #962DD0
Black with #962DD0
Text Example
Text Example
White with #962DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DD0; }
p { color: rgb(150,45,208); }
H1.HeaderClassName
{
color: #962DD0;
}
.AnyTagClassName
{
color: #962DD0;
}
</style>
background-color css
<style>
a { background-color: #962DD0; }
a { background-color: rgb(150,45,208); }
div.DivClassName
{
background-color: #962DD0;
}
.BgClassName
{
background-color: #962DD0;
}
</style>
border-color css
<style>
span { border-color: #962DD0; }
span { border-color: rgb(150,45,208); }
td.TdClassName
{
border-color: #962DD0;
}
.TagClassName
{
border-color: #962DD0;
}
</style>