Shades of Dark Orchid #962DB4
Tints of Dark Orchid #962DB4
RGB
CMYK
RGB Variations
Color information
#962DB4 (or 0x962DB4) is known color: Dark Orchid. HEX triplet: 96, 2D and B4. RGB value is (150,45,180). Sum of RGB (Red+Green+Blue) = 150+45+180=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #962DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DB4 is #69D24B. Grayscale: #5B5B5B. Windows color (decimal): -6935116 or 11808150. OLE color: 11808150.
HSL color Cylindrical-coordinate representation of color #962DB4: hue angle of 286.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962DB4 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 45 | 180 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.29 |
| HSL | 286.67º | 0.6% | 0.44% | - |
| HSV(B) | 286.67º | 0.75% | 0.71% | - |
| XYZ | 21.75 | 11.66 | 44.28 | - |
| YUV | 91.79 | 177.79 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 180 | 0.17 | 0.75 | 0 | 0.29 | 286.67 | 0.6 | 0.44 |
| Hex | 96 | 2D | B4 | 11 | 4B | 0 | 1D | 11F | 3C | 2C |
| Octal | 226 | 55 | 264 | 21 | 113 | 0 | 35 | 437 | 74 | 54 |
| Binary | 10010110 | 101101 | 10110100 | 10001 | 1001011 | 0 | 11101 | 100011111 | 111100 | 101100 |
Color Harmonies of #962DB4
Complementary color
Monochromatic Colors of #962DB4
Black with #962DB4
Text Example
Text Example
White with #962DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DB4; }
p { color: rgb(150,45,180); }
H1.HeaderClassName
{
color: #962DB4;
}
.AnyTagClassName
{
color: #962DB4;
}
</style>
background-color css
<style>
a { background-color: #962DB4; }
a { background-color: rgb(150,45,180); }
div.DivClassName
{
background-color: #962DB4;
}
.BgClassName
{
background-color: #962DB4;
}
</style>
border-color css
<style>
span { border-color: #962DB4; }
span { border-color: rgb(150,45,180); }
td.TdClassName
{
border-color: #962DB4;
}
.TagClassName
{
border-color: #962DB4;
}
</style>