Shades of Dark Orchid #962FB6
Tints of Dark Orchid #962FB6
RGB
CMYK
RGB Variations
Color information
#962FB6 (or 0x962FB6) is known color: Dark Orchid. HEX triplet: 96, 2F and B6. RGB value is (150,47,182). Sum of RGB (Red+Green+Blue) = 150+47+182=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #962FB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962FB6 is #69D049. Grayscale: #5C5C5C. Windows color (decimal): -6934602 or 11939734. OLE color: 11939734.
HSL color Cylindrical-coordinate representation of color #962FB6: hue angle of 285.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962FB6 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 47 | 182 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.29 |
| HSL | 285.78º | 0.59% | 0.45% | - |
| HSV(B) | 285.78º | 0.74% | 0.71% | - |
| XYZ | 22.04 | 11.89 | 45.39 | - |
| YUV | 93.19 | 178.12 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 182 | 0.18 | 0.74 | 0 | 0.29 | 285.78 | 0.59 | 0.45 |
| Hex | 96 | 2F | B6 | 12 | 4A | 0 | 1D | 11E | 3B | 2D |
| Octal | 226 | 57 | 266 | 22 | 112 | 0 | 35 | 436 | 73 | 55 |
| Binary | 10010110 | 101111 | 10110110 | 10010 | 1001010 | 0 | 11101 | 100011110 | 111011 | 101101 |
Color Harmonies of #962FB6
Complementary color
Monochromatic Colors of #962FB6
Black with #962FB6
Text Example
Text Example
White with #962FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962FB6; }
p { color: rgb(150,47,182); }
H1.HeaderClassName
{
color: #962FB6;
}
.AnyTagClassName
{
color: #962FB6;
}
</style>
background-color css
<style>
a { background-color: #962FB6; }
a { background-color: rgb(150,47,182); }
div.DivClassName
{
background-color: #962FB6;
}
.BgClassName
{
background-color: #962FB6;
}
</style>
border-color css
<style>
span { border-color: #962FB6; }
span { border-color: rgb(150,47,182); }
td.TdClassName
{
border-color: #962FB6;
}
.TagClassName
{
border-color: #962FB6;
}
</style>