Shades of Dark Orchid #963DCF
Tints of Dark Orchid #963DCF
RGB
CMYK
RGB Variations
Color information
#963DCF (or 0x963DCF) is known color: Dark Orchid. HEX triplet: 96, 3D and CF. RGB value is (150,61,207). Sum of RGB (Red+Green+Blue) = 150+61+207=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #963DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963DCF is #69C230. Grayscale: #676767. Windows color (decimal): -6930993 or 13581718. OLE color: 13581718.
HSL color Cylindrical-coordinate representation of color #963DCF: hue angle of 276.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #963DCF is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 61 | 207 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.19 |
| HSL | 276.58º | 0.6% | 0.53% | - |
| HSV(B) | 276.58º | 0.71% | 0.81% | - |
| XYZ | 25.51 | 14.33 | 60.45 | - |
| YUV | 104.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 207 | 0.28 | 0.71 | 0 | 0.19 | 276.58 | 0.6 | 0.53 |
| Hex | 96 | 3D | CF | 1C | 47 | 0 | 13 | 115 | 3C | 35 |
| Octal | 226 | 75 | 317 | 34 | 107 | 0 | 23 | 425 | 74 | 65 |
| Binary | 10010110 | 111101 | 11001111 | 11100 | 1000111 | 0 | 10011 | 100010101 | 111100 | 110101 |
Color Harmonies of #963DCF
Complementary color
Monochromatic Colors of #963DCF
Black with #963DCF
Text Example
Text Example
White with #963DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DCF; }
p { color: rgb(150,61,207); }
H1.HeaderClassName
{
color: #963DCF;
}
.AnyTagClassName
{
color: #963DCF;
}
</style>
background-color css
<style>
a { background-color: #963DCF; }
a { background-color: rgb(150,61,207); }
div.DivClassName
{
background-color: #963DCF;
}
.BgClassName
{
background-color: #963DCF;
}
</style>
border-color css
<style>
span { border-color: #963DCF; }
span { border-color: rgb(150,61,207); }
td.TdClassName
{
border-color: #963DCF;
}
.TagClassName
{
border-color: #963DCF;
}
</style>