Shades of Dark Orchid #963DD9
Tints of Dark Orchid #963DD9
RGB
CMYK
RGB Variations
Color information
#963DD9 (or 0x963DD9) is known color: Dark Orchid. HEX triplet: 96, 3D and D9. RGB value is (150,61,217). Sum of RGB (Red+Green+Blue) = 150+61+217=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 217 (85.16% from 255 or 50.70% from 428); Max value from RGB is 217 - color contains mainly: blue. Hex color #963DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963DD9 is #69C226. Grayscale: #686868. Windows color (decimal): -6930983 or 14237078. OLE color: 14237078.
HSL color Cylindrical-coordinate representation of color #963DD9: hue angle of 274.23º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #963DD9 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 61 | 217 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.15 |
| HSL | 274.23º | 0.67% | 0.55% | - |
| HSV(B) | 274.23º | 0.72% | 0.85% | - |
| XYZ | 26.77 | 14.83 | 67.1 | - |
| YUV | 105.4 | 190.99 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 217 | 0.31 | 0.72 | 0 | 0.15 | 274.23 | 0.67 | 0.55 |
| Hex | 96 | 3D | D9 | 1F | 48 | 0 | F | 112 | 43 | 37 |
| Octal | 226 | 75 | 331 | 37 | 110 | 0 | 17 | 422 | 103 | 67 |
| Binary | 10010110 | 111101 | 11011001 | 11111 | 1001000 | 0 | 1111 | 100010010 | 1000011 | 110111 |
Color Harmonies of #963DD9
Complementary color
Monochromatic Colors of #963DD9
Black with #963DD9
Text Example
Text Example
White with #963DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DD9; }
p { color: rgb(150,61,217); }
H1.HeaderClassName
{
color: #963DD9;
}
.AnyTagClassName
{
color: #963DD9;
}
</style>
background-color css
<style>
a { background-color: #963DD9; }
a { background-color: rgb(150,61,217); }
div.DivClassName
{
background-color: #963DD9;
}
.BgClassName
{
background-color: #963DD9;
}
</style>
border-color css
<style>
span { border-color: #963DD9; }
span { border-color: rgb(150,61,217); }
td.TdClassName
{
border-color: #963DD9;
}
.TagClassName
{
border-color: #963DD9;
}
</style>