Shades of Dark Orchid #963ADC
Tints of Dark Orchid #963ADC
RGB
CMYK
RGB Variations
Color information
#963ADC (or 0x963ADC) is known color: Dark Orchid. HEX triplet: 96, 3A and DC. RGB value is (150,58,220). Sum of RGB (Red+Green+Blue) = 150+58+220=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #963ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963ADC is #69C523. Grayscale: #676767. Windows color (decimal): -6931748 or 14432918. OLE color: 14432918.
HSL color Cylindrical-coordinate representation of color #963ADC: hue angle of 274.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #963ADC is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 58 | 220 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.14 |
| HSL | 274.07º | 0.7% | 0.55% | - |
| HSV(B) | 274.07º | 0.74% | 0.86% | - |
| XYZ | 27.01 | 14.68 | 69.12 | - |
| YUV | 103.98 | 193.48 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 220 | 0.32 | 0.74 | 0 | 0.14 | 274.07 | 0.7 | 0.55 |
| Hex | 96 | 3A | DC | 20 | 4A | 0 | E | 112 | 46 | 37 |
| Octal | 226 | 72 | 334 | 40 | 112 | 0 | 16 | 422 | 106 | 67 |
| Binary | 10010110 | 111010 | 11011100 | 100000 | 1001010 | 0 | 1110 | 100010010 | 1000110 | 110111 |
Color Harmonies of #963ADC
Complementary color
Monochromatic Colors of #963ADC
Black with #963ADC
Text Example
Text Example
White with #963ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963ADC; }
p { color: rgb(150,58,220); }
H1.HeaderClassName
{
color: #963ADC;
}
.AnyTagClassName
{
color: #963ADC;
}
</style>
background-color css
<style>
a { background-color: #963ADC; }
a { background-color: rgb(150,58,220); }
div.DivClassName
{
background-color: #963ADC;
}
.BgClassName
{
background-color: #963ADC;
}
</style>
border-color css
<style>
span { border-color: #963ADC; }
span { border-color: rgb(150,58,220); }
td.TdClassName
{
border-color: #963ADC;
}
.TagClassName
{
border-color: #963ADC;
}
</style>