Shades of Dark Orchid #963DBB
Tints of Dark Orchid #963DBB
RGB
CMYK
RGB Variations
Color information
#963DBB (or 0x963DBB) is known color: Dark Orchid. HEX triplet: 96, 3D and BB. RGB value is (150,61,187). Sum of RGB (Red+Green+Blue) = 150+61+187=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #963DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963DBB is #69C244. Grayscale: #656565. Windows color (decimal): -6931013 or 12270998. OLE color: 12270998.
HSL color Cylindrical-coordinate representation of color #963DBB: hue angle of 282.38º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963DBB is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 61 | 187 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.27 |
| HSL | 282.38º | 0.51% | 0.49% | - |
| HSV(B) | 282.38º | 0.67% | 0.73% | - |
| XYZ | 23.22 | 13.41 | 48.38 | - |
| YUV | 101.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 187 | 0.20 | 0.67 | 0 | 0.27 | 282.38 | 0.51 | 0.49 |
| Hex | 96 | 3D | BB | 14 | 43 | 0 | 1B | 11A | 33 | 31 |
| Octal | 226 | 75 | 273 | 24 | 103 | 0 | 33 | 432 | 63 | 61 |
| Binary | 10010110 | 111101 | 10111011 | 10100 | 1000011 | 0 | 11011 | 100011010 | 110011 | 110001 |
Color Harmonies of #963DBB
Complementary color
Monochromatic Colors of #963DBB
Black with #963DBB
Text Example
Text Example
White with #963DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DBB; }
p { color: rgb(150,61,187); }
H1.HeaderClassName
{
color: #963DBB;
}
.AnyTagClassName
{
color: #963DBB;
}
</style>
background-color css
<style>
a { background-color: #963DBB; }
a { background-color: rgb(150,61,187); }
div.DivClassName
{
background-color: #963DBB;
}
.BgClassName
{
background-color: #963DBB;
}
</style>
border-color css
<style>
span { border-color: #963DBB; }
span { border-color: rgb(150,61,187); }
td.TdClassName
{
border-color: #963DBB;
}
.TagClassName
{
border-color: #963DBB;
}
</style>