Shades of Dark Orchid #963BBD
Tints of Dark Orchid #963BBD
RGB
CMYK
RGB Variations
Color information
#963BBD (or 0x963BBD) is known color: Dark Orchid. HEX triplet: 96, 3B and BD. RGB value is (150,59,189). Sum of RGB (Red+Green+Blue) = 150+59+189=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #963BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963BBD is #69C442. Grayscale: #646464. Windows color (decimal): -6931523 or 12401558. OLE color: 12401558.
HSL color Cylindrical-coordinate representation of color #963BBD: hue angle of 282º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #963BBD is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 59 | 189 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.26 |
| HSL | 282º | 0.52% | 0.49% | - |
| HSV(B) | 282º | 0.69% | 0.74% | - |
| XYZ | 23.33 | 13.29 | 49.48 | - |
| YUV | 101.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 189 | 0.21 | 0.69 | 0 | 0.26 | 282 | 0.52 | 0.49 |
| Hex | 96 | 3B | BD | 15 | 45 | 0 | 1A | 11A | 34 | 31 |
| Octal | 226 | 73 | 275 | 25 | 105 | 0 | 32 | 432 | 64 | 61 |
| Binary | 10010110 | 111011 | 10111101 | 10101 | 1000101 | 0 | 11010 | 100011010 | 110100 | 110001 |
Color Harmonies of #963BBD
Complementary color
Monochromatic Colors of #963BBD
Black with #963BBD
Text Example
Text Example
White with #963BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963BBD; }
p { color: rgb(150,59,189); }
H1.HeaderClassName
{
color: #963BBD;
}
.AnyTagClassName
{
color: #963BBD;
}
</style>
background-color css
<style>
a { background-color: #963BBD; }
a { background-color: rgb(150,59,189); }
div.DivClassName
{
background-color: #963BBD;
}
.BgClassName
{
background-color: #963BBD;
}
</style>
border-color css
<style>
span { border-color: #963BBD; }
span { border-color: rgb(150,59,189); }
td.TdClassName
{
border-color: #963BBD;
}
.TagClassName
{
border-color: #963BBD;
}
</style>