Shades of Dark Orchid #962CB1
Tints of Dark Orchid #962CB1
RGB
CMYK
RGB Variations
Color information
#962CB1 (or 0x962CB1) is known color: Dark Orchid. HEX triplet: 96, 2C and B1. RGB value is (150,44,177). Sum of RGB (Red+Green+Blue) = 150+44+177=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #962CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962CB1 is #69D34E. Grayscale: #5A5A5A. Windows color (decimal): -6935375 or 11611286. OLE color: 11611286.
HSL color Cylindrical-coordinate representation of color #962CB1: hue angle of 287.82º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962CB1 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 44 | 177 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.31 |
| HSL | 287.82º | 0.6% | 0.43% | - |
| HSV(B) | 287.82º | 0.75% | 0.69% | - |
| XYZ | 21.41 | 11.46 | 42.68 | - |
| YUV | 90.86 | 176.62 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 177 | 0.15 | 0.75 | 0 | 0.31 | 287.82 | 0.6 | 0.43 |
| Hex | 96 | 2C | B1 | F | 4B | 0 | 1F | 120 | 3C | 2B |
| Octal | 226 | 54 | 261 | 17 | 113 | 0 | 37 | 440 | 74 | 53 |
| Binary | 10010110 | 101100 | 10110001 | 1111 | 1001011 | 0 | 11111 | 100100000 | 111100 | 101011 |
Color Harmonies of #962CB1
Complementary color
Monochromatic Colors of #962CB1
Black with #962CB1
Text Example
Text Example
White with #962CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CB1; }
p { color: rgb(150,44,177); }
H1.HeaderClassName
{
color: #962CB1;
}
.AnyTagClassName
{
color: #962CB1;
}
</style>
background-color css
<style>
a { background-color: #962CB1; }
a { background-color: rgb(150,44,177); }
div.DivClassName
{
background-color: #962CB1;
}
.BgClassName
{
background-color: #962CB1;
}
</style>
border-color css
<style>
span { border-color: #962CB1; }
span { border-color: rgb(150,44,177); }
td.TdClassName
{
border-color: #962CB1;
}
.TagClassName
{
border-color: #962CB1;
}
</style>