Shades of Dark Orchid #962AB3
Tints of Dark Orchid #962AB3
RGB
CMYK
RGB Variations
Color information
#962AB3 (or 0x962AB3) is known color: Dark Orchid. HEX triplet: 96, 2A and B3. RGB value is (150,42,179). Sum of RGB (Red+Green+Blue) = 150+42+179=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #962AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962AB3 is #69D54C. Grayscale: #595959. Windows color (decimal): -6935885 or 11741846. OLE color: 11741846.
HSL color Cylindrical-coordinate representation of color #962AB3: hue angle of 287.3º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962AB3 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 42 | 179 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.30 |
| HSL | 287.3º | 0.62% | 0.43% | - |
| HSV(B) | 287.3º | 0.77% | 0.7% | - |
| XYZ | 21.54 | 11.39 | 43.71 | - |
| YUV | 89.91 | 178.28 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 179 | 0.16 | 0.77 | 0 | 0.30 | 287.3 | 0.62 | 0.43 |
| Hex | 96 | 2A | B3 | 10 | 4D | 0 | 1E | 11F | 3E | 2B |
| Octal | 226 | 52 | 263 | 20 | 115 | 0 | 36 | 437 | 76 | 53 |
| Binary | 10010110 | 101010 | 10110011 | 10000 | 1001101 | 0 | 11110 | 100011111 | 111110 | 101011 |
Color Harmonies of #962AB3
Complementary color
Monochromatic Colors of #962AB3
Black with #962AB3
Text Example
Text Example
White with #962AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962AB3; }
p { color: rgb(150,42,179); }
H1.HeaderClassName
{
color: #962AB3;
}
.AnyTagClassName
{
color: #962AB3;
}
</style>
background-color css
<style>
a { background-color: #962AB3; }
a { background-color: rgb(150,42,179); }
div.DivClassName
{
background-color: #962AB3;
}
.BgClassName
{
background-color: #962AB3;
}
</style>
border-color css
<style>
span { border-color: #962AB3; }
span { border-color: rgb(150,42,179); }
td.TdClassName
{
border-color: #962AB3;
}
.TagClassName
{
border-color: #962AB3;
}
</style>