Shades of Dark Orchid #963DDB
Tints of Dark Orchid #963DDB
RGB
CMYK
RGB Variations
Color information
#963DDB (or 0x963DDB) is known color: Dark Orchid. HEX triplet: 96, 3D and DB. RGB value is (150,61,219). Sum of RGB (Red+Green+Blue) = 150+61+219=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #963DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963DDB is #69C224. Grayscale: #696969. Windows color (decimal): -6930981 or 14368150. OLE color: 14368150.
HSL color Cylindrical-coordinate representation of color #963DDB: hue angle of 273.8º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #963DDB is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 61 | 219 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.14 |
| HSL | 273.8º | 0.69% | 0.55% | - |
| HSV(B) | 273.8º | 0.72% | 0.86% | - |
| XYZ | 27.03 | 14.94 | 68.48 | - |
| YUV | 105.62 | 191.99 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 219 | 0.32 | 0.72 | 0 | 0.14 | 273.8 | 0.69 | 0.55 |
| Hex | 96 | 3D | DB | 20 | 48 | 0 | E | 112 | 45 | 37 |
| Octal | 226 | 75 | 333 | 40 | 110 | 0 | 16 | 422 | 105 | 67 |
| Binary | 10010110 | 111101 | 11011011 | 100000 | 1001000 | 0 | 1110 | 100010010 | 1000101 | 110111 |
Color Harmonies of #963DDB
Complementary color
Monochromatic Colors of #963DDB
Black with #963DDB
Text Example
Text Example
White with #963DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DDB; }
p { color: rgb(150,61,219); }
H1.HeaderClassName
{
color: #963DDB;
}
.AnyTagClassName
{
color: #963DDB;
}
</style>
background-color css
<style>
a { background-color: #963DDB; }
a { background-color: rgb(150,61,219); }
div.DivClassName
{
background-color: #963DDB;
}
.BgClassName
{
background-color: #963DDB;
}
</style>
border-color css
<style>
span { border-color: #963DDB; }
span { border-color: rgb(150,61,219); }
td.TdClassName
{
border-color: #963DDB;
}
.TagClassName
{
border-color: #963DDB;
}
</style>