Shades of Dark Orchid #963FC9
Tints of Dark Orchid #963FC9
RGB
CMYK
RGB Variations
Color information
#963FC9 (or 0x963FC9) is known color: Dark Orchid. HEX triplet: 96, 3F and C9. RGB value is (150,63,201). Sum of RGB (Red+Green+Blue) = 150+63+201=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #963FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963FC9 is #69C036. Grayscale: #686868. Windows color (decimal): -6930487 or 13189014. OLE color: 13189014.
HSL color Cylindrical-coordinate representation of color #963FC9: hue angle of 277.83º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #963FC9 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 63 | 201 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.21 |
| HSL | 277.83º | 0.56% | 0.52% | - |
| HSV(B) | 277.83º | 0.69% | 0.79% | - |
| XYZ | 24.9 | 14.26 | 56.7 | - |
| YUV | 104.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 201 | 0.25 | 0.69 | 0 | 0.21 | 277.83 | 0.56 | 0.52 |
| Hex | 96 | 3F | C9 | 19 | 45 | 0 | 15 | 116 | 38 | 34 |
| Octal | 226 | 77 | 311 | 31 | 105 | 0 | 25 | 426 | 70 | 64 |
| Binary | 10010110 | 111111 | 11001001 | 11001 | 1000101 | 0 | 10101 | 100010110 | 111000 | 110100 |
Color Harmonies of #963FC9
Complementary color
Monochromatic Colors of #963FC9
Black with #963FC9
Text Example
Text Example
White with #963FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963FC9; }
p { color: rgb(150,63,201); }
H1.HeaderClassName
{
color: #963FC9;
}
.AnyTagClassName
{
color: #963FC9;
}
</style>
background-color css
<style>
a { background-color: #963FC9; }
a { background-color: rgb(150,63,201); }
div.DivClassName
{
background-color: #963FC9;
}
.BgClassName
{
background-color: #963FC9;
}
</style>
border-color css
<style>
span { border-color: #963FC9; }
span { border-color: rgb(150,63,201); }
td.TdClassName
{
border-color: #963FC9;
}
.TagClassName
{
border-color: #963FC9;
}
</style>