Shades of Dark Orchid #962DBD
Tints of Dark Orchid #962DBD
RGB
CMYK
RGB Variations
Color information
#962DBD (or 0x962DBD) is known color: Dark Orchid. HEX triplet: 96, 2D and BD. RGB value is (150,45,189). Sum of RGB (Red+Green+Blue) = 150+45+189=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #962DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DBD is #69D242. Grayscale: #5C5C5C. Windows color (decimal): -6935107 or 12397974. OLE color: 12397974.
HSL color Cylindrical-coordinate representation of color #962DBD: hue angle of 283.75º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962DBD is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 45 | 189 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.26 |
| HSL | 283.75º | 0.62% | 0.46% | - |
| HSV(B) | 283.75º | 0.76% | 0.74% | - |
| XYZ | 22.7 | 12.03 | 49.27 | - |
| YUV | 92.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 189 | 0.21 | 0.76 | 0 | 0.26 | 283.75 | 0.62 | 0.46 |
| Hex | 96 | 2D | BD | 15 | 4C | 0 | 1A | 11C | 3E | 2E |
| Octal | 226 | 55 | 275 | 25 | 114 | 0 | 32 | 434 | 76 | 56 |
| Binary | 10010110 | 101101 | 10111101 | 10101 | 1001100 | 0 | 11010 | 100011100 | 111110 | 101110 |
Color Harmonies of #962DBD
Complementary color
Monochromatic Colors of #962DBD
Black with #962DBD
Text Example
Text Example
White with #962DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DBD; }
p { color: rgb(150,45,189); }
H1.HeaderClassName
{
color: #962DBD;
}
.AnyTagClassName
{
color: #962DBD;
}
</style>
background-color css
<style>
a { background-color: #962DBD; }
a { background-color: rgb(150,45,189); }
div.DivClassName
{
background-color: #962DBD;
}
.BgClassName
{
background-color: #962DBD;
}
</style>
border-color css
<style>
span { border-color: #962DBD; }
span { border-color: rgb(150,45,189); }
td.TdClassName
{
border-color: #962DBD;
}
.TagClassName
{
border-color: #962DBD;
}
</style>