Shades of Dark Orchid #962FBC
Tints of Dark Orchid #962FBC
RGB
CMYK
RGB Variations
Color information
#962FBC (or 0x962FBC) is known color: Dark Orchid. HEX triplet: 96, 2F and BC. RGB value is (150,47,188). Sum of RGB (Red+Green+Blue) = 150+47+188=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #962FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962FBC is #69D043. Grayscale: #5D5D5D. Windows color (decimal): -6934596 or 12332950. OLE color: 12332950.
HSL color Cylindrical-coordinate representation of color #962FBC: hue angle of 283.83º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962FBC is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 47 | 188 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.26 |
| HSL | 283.83º | 0.6% | 0.46% | - |
| HSV(B) | 283.83º | 0.75% | 0.74% | - |
| XYZ | 22.67 | 12.15 | 48.73 | - |
| YUV | 93.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 188 | 0.20 | 0.75 | 0 | 0.26 | 283.83 | 0.6 | 0.46 |
| Hex | 96 | 2F | BC | 14 | 4B | 0 | 1A | 11C | 3C | 2E |
| Octal | 226 | 57 | 274 | 24 | 113 | 0 | 32 | 434 | 74 | 56 |
| Binary | 10010110 | 101111 | 10111100 | 10100 | 1001011 | 0 | 11010 | 100011100 | 111100 | 101110 |
Color Harmonies of #962FBC
Complementary color
Monochromatic Colors of #962FBC
Black with #962FBC
Text Example
Text Example
White with #962FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962FBC; }
p { color: rgb(150,47,188); }
H1.HeaderClassName
{
color: #962FBC;
}
.AnyTagClassName
{
color: #962FBC;
}
</style>
background-color css
<style>
a { background-color: #962FBC; }
a { background-color: rgb(150,47,188); }
div.DivClassName
{
background-color: #962FBC;
}
.BgClassName
{
background-color: #962FBC;
}
</style>
border-color css
<style>
span { border-color: #962FBC; }
span { border-color: rgb(150,47,188); }
td.TdClassName
{
border-color: #962FBC;
}
.TagClassName
{
border-color: #962FBC;
}
</style>