Shades of Dark Orchid #962BB5
Tints of Dark Orchid #962BB5
RGB
CMYK
RGB Variations
Color information
#962BB5 (or 0x962BB5) is known color: Dark Orchid. HEX triplet: 96, 2B and B5. RGB value is (150,43,181). Sum of RGB (Red+Green+Blue) = 150+43+181=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #962BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962BB5 is #69D44A. Grayscale: #5A5A5A. Windows color (decimal): -6935627 or 11873174. OLE color: 11873174.
HSL color Cylindrical-coordinate representation of color #962BB5: hue angle of 286.52º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962BB5 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 43 | 181 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.29 |
| HSL | 286.52º | 0.62% | 0.44% | - |
| HSV(B) | 286.52º | 0.76% | 0.71% | - |
| XYZ | 21.78 | 11.55 | 44.8 | - |
| YUV | 90.73 | 178.95 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 181 | 0.17 | 0.76 | 0 | 0.29 | 286.52 | 0.62 | 0.44 |
| Hex | 96 | 2B | B5 | 11 | 4C | 0 | 1D | 11F | 3E | 2C |
| Octal | 226 | 53 | 265 | 21 | 114 | 0 | 35 | 437 | 76 | 54 |
| Binary | 10010110 | 101011 | 10110101 | 10001 | 1001100 | 0 | 11101 | 100011111 | 111110 | 101100 |
Color Harmonies of #962BB5
Complementary color
Monochromatic Colors of #962BB5
Black with #962BB5
Text Example
Text Example
White with #962BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962BB5; }
p { color: rgb(150,43,181); }
H1.HeaderClassName
{
color: #962BB5;
}
.AnyTagClassName
{
color: #962BB5;
}
</style>
background-color css
<style>
a { background-color: #962BB5; }
a { background-color: rgb(150,43,181); }
div.DivClassName
{
background-color: #962BB5;
}
.BgClassName
{
background-color: #962BB5;
}
</style>
border-color css
<style>
span { border-color: #962BB5; }
span { border-color: rgb(150,43,181); }
td.TdClassName
{
border-color: #962BB5;
}
.TagClassName
{
border-color: #962BB5;
}
</style>