Shades of Dark Orchid #962BC2
Tints of Dark Orchid #962BC2
RGB
CMYK
RGB Variations
Color information
#962BC2 (or 0x962BC2) is known color: Dark Orchid. HEX triplet: 96, 2B and C2. RGB value is (150,43,194). Sum of RGB (Red+Green+Blue) = 150+43+194=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #962BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962BC2 is #69D43D. Grayscale: #5B5B5B. Windows color (decimal): -6935614 or 12725142. OLE color: 12725142.
HSL color Cylindrical-coordinate representation of color #962BC2: hue angle of 282.52º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962BC2 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 43 | 194 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.24 |
| HSL | 282.52º | 0.64% | 0.46% | - |
| HSV(B) | 282.52º | 0.78% | 0.76% | - |
| XYZ | 23.18 | 12.11 | 52.15 | - |
| YUV | 92.21 | 185.45 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 194 | 0.23 | 0.78 | 0 | 0.24 | 282.52 | 0.64 | 0.46 |
| Hex | 96 | 2B | C2 | 17 | 4E | 0 | 18 | 11B | 40 | 2E |
| Octal | 226 | 53 | 302 | 27 | 116 | 0 | 30 | 433 | 100 | 56 |
| Binary | 10010110 | 101011 | 11000010 | 10111 | 1001110 | 0 | 11000 | 100011011 | 1000000 | 101110 |
Color Harmonies of #962BC2
Complementary color
Monochromatic Colors of #962BC2
Black with #962BC2
Text Example
Text Example
White with #962BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962BC2; }
p { color: rgb(150,43,194); }
H1.HeaderClassName
{
color: #962BC2;
}
.AnyTagClassName
{
color: #962BC2;
}
</style>
background-color css
<style>
a { background-color: #962BC2; }
a { background-color: rgb(150,43,194); }
div.DivClassName
{
background-color: #962BC2;
}
.BgClassName
{
background-color: #962BC2;
}
</style>
border-color css
<style>
span { border-color: #962BC2; }
span { border-color: rgb(150,43,194); }
td.TdClassName
{
border-color: #962BC2;
}
.TagClassName
{
border-color: #962BC2;
}
</style>