Shades of Dark Orchid #962DBE
Tints of Dark Orchid #962DBE
RGB
CMYK
RGB Variations
Color information
#962DBE (or 0x962DBE) is known color: Dark Orchid. HEX triplet: 96, 2D and BE. RGB value is (150,45,190). Sum of RGB (Red+Green+Blue) = 150+45+190=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #962DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DBE is #69D241. Grayscale: #5C5C5C. Windows color (decimal): -6935106 or 12463510. OLE color: 12463510.
HSL color Cylindrical-coordinate representation of color #962DBE: hue angle of 283.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962DBE is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 45 | 190 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.25 |
| HSL | 283.45º | 0.62% | 0.46% | - |
| HSV(B) | 283.45º | 0.76% | 0.75% | - |
| XYZ | 22.81 | 12.08 | 49.84 | - |
| YUV | 92.93 | 182.79 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 190 | 0.21 | 0.76 | 0 | 0.25 | 283.45 | 0.62 | 0.46 |
| Hex | 96 | 2D | BE | 15 | 4C | 0 | 19 | 11B | 3E | 2E |
| Octal | 226 | 55 | 276 | 25 | 114 | 0 | 31 | 433 | 76 | 56 |
| Binary | 10010110 | 101101 | 10111110 | 10101 | 1001100 | 0 | 11001 | 100011011 | 111110 | 101110 |
Color Harmonies of #962DBE
Complementary color
Monochromatic Colors of #962DBE
Black with #962DBE
Text Example
Text Example
White with #962DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DBE; }
p { color: rgb(150,45,190); }
H1.HeaderClassName
{
color: #962DBE;
}
.AnyTagClassName
{
color: #962DBE;
}
</style>
background-color css
<style>
a { background-color: #962DBE; }
a { background-color: rgb(150,45,190); }
div.DivClassName
{
background-color: #962DBE;
}
.BgClassName
{
background-color: #962DBE;
}
</style>
border-color css
<style>
span { border-color: #962DBE; }
span { border-color: rgb(150,45,190); }
td.TdClassName
{
border-color: #962DBE;
}
.TagClassName
{
border-color: #962DBE;
}
</style>