Shades of Dark Orchid #962AB5
Tints of Dark Orchid #962AB5
RGB
CMYK
RGB Variations
Color information
#962AB5 (or 0x962AB5) is known color: Dark Orchid. HEX triplet: 96, 2A and B5. RGB value is (150,42,181). Sum of RGB (Red+Green+Blue) = 150+42+181=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #962AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962AB5 is #69D54A. Grayscale: #595959. Windows color (decimal): -6935883 or 11872918. OLE color: 11872918.
HSL color Cylindrical-coordinate representation of color #962AB5: hue angle of 286.62º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962AB5 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 42 | 181 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.29 |
| HSL | 286.62º | 0.62% | 0.44% | - |
| HSV(B) | 286.62º | 0.77% | 0.71% | - |
| XYZ | 21.75 | 11.48 | 44.79 | - |
| YUV | 90.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 181 | 0.17 | 0.77 | 0 | 0.29 | 286.62 | 0.62 | 0.44 |
| Hex | 96 | 2A | B5 | 11 | 4D | 0 | 1D | 11F | 3E | 2C |
| Octal | 226 | 52 | 265 | 21 | 115 | 0 | 35 | 437 | 76 | 54 |
| Binary | 10010110 | 101010 | 10110101 | 10001 | 1001101 | 0 | 11101 | 100011111 | 111110 | 101100 |
Color Harmonies of #962AB5
Complementary color
Monochromatic Colors of #962AB5
Black with #962AB5
Text Example
Text Example
White with #962AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962AB5; }
p { color: rgb(150,42,181); }
H1.HeaderClassName
{
color: #962AB5;
}
.AnyTagClassName
{
color: #962AB5;
}
</style>
background-color css
<style>
a { background-color: #962AB5; }
a { background-color: rgb(150,42,181); }
div.DivClassName
{
background-color: #962AB5;
}
.BgClassName
{
background-color: #962AB5;
}
</style>
border-color css
<style>
span { border-color: #962AB5; }
span { border-color: rgb(150,42,181); }
td.TdClassName
{
border-color: #962AB5;
}
.TagClassName
{
border-color: #962AB5;
}
</style>