Shades of Dark Orchid #963FCB
Tints of Dark Orchid #963FCB
RGB
CMYK
RGB Variations
Color information
#963FCB (or 0x963FCB) is known color: Dark Orchid. HEX triplet: 96, 3F and CB. RGB value is (150,63,203). Sum of RGB (Red+Green+Blue) = 150+63+203=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #963FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963FCB is #69C034. Grayscale: #686868. Windows color (decimal): -6930485 or 13320086. OLE color: 13320086.
HSL color Cylindrical-coordinate representation of color #963FCB: hue angle of 277.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #963FCB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 63 | 203 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.20 |
| HSL | 277.29º | 0.57% | 0.52% | - |
| HSV(B) | 277.29º | 0.69% | 0.8% | - |
| XYZ | 25.13 | 14.35 | 57.95 | - |
| YUV | 104.97 | 183.32 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 203 | 0.26 | 0.69 | 0 | 0.20 | 277.29 | 0.57 | 0.52 |
| Hex | 96 | 3F | CB | 1A | 45 | 0 | 14 | 115 | 39 | 34 |
| Octal | 226 | 77 | 313 | 32 | 105 | 0 | 24 | 425 | 71 | 64 |
| Binary | 10010110 | 111111 | 11001011 | 11010 | 1000101 | 0 | 10100 | 100010101 | 111001 | 110100 |
Color Harmonies of #963FCB
Complementary color
Monochromatic Colors of #963FCB
Black with #963FCB
Text Example
Text Example
White with #963FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963FCB; }
p { color: rgb(150,63,203); }
H1.HeaderClassName
{
color: #963FCB;
}
.AnyTagClassName
{
color: #963FCB;
}
</style>
background-color css
<style>
a { background-color: #963FCB; }
a { background-color: rgb(150,63,203); }
div.DivClassName
{
background-color: #963FCB;
}
.BgClassName
{
background-color: #963FCB;
}
</style>
border-color css
<style>
span { border-color: #963FCB; }
span { border-color: rgb(150,63,203); }
td.TdClassName
{
border-color: #963FCB;
}
.TagClassName
{
border-color: #963FCB;
}
</style>