Html Css Color HEX #963786 Dark Purple

📋 copy color: '#963786'

red 150 ◦ green 55 ◦ blue 134

#963786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #963786

Tints of Dark Purple #963786

RGB

 RED value IS 150 (58.98% from 255) = 44.25%

 GREEN value IS 55 (21.88% from 255) = 16.22%

 BLUE value IS 134 (52.73% from 255) = 39.53%

R = 44.25%
G = 16.22%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#963786 (or 0x963786) is known color: Dark Purple. HEX triplet: 96, 37 and 86. RGB value is (150,55,134). Sum of RGB (Red+Green+Blue) = 150+55+134=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #963786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963786 is #69C879. Grayscale: #5C5C5C. Windows color (decimal): -6932602 or 8796054. OLE color: 8796054.

HSL color Cylindrical-coordinate representation of color #963786: hue angle of 310.11º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963786 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 55 134 -
CMYK 0 0.63 0.11 0.41
HSL 310.11º 0.46% 0.4% -
HSV(B) 310.11º 0.63% 0.59% -
XYZ 18.25 10.94 23.7 -
YUV 92.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 150 55 134 0 0.63 0.11 0.41 310.11 0.46 0.4
Hex 96 37 86 0 3F B 29 136 2E 28
Octal 226 67 206 0 77 13 51 466 56 50
Binary 10010110 110111 10000110 0 111111 1011 101001 100110110 101110 101000

Color Harmonies of #963786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963786

Black with #963786

Text Example


Text Example

White with #963786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963786; }

 p { color: rgb(150,55,134); }

 H1.HeaderClassName
 {
   color: #963786;
 }
 .AnyTagClassName
 {
   color: #963786;
 }
</style>

background-color css

<style>
 a { background-color: #963786; }

 a { background-color: rgb(150,55,134); }

 div.DivClassName
 {
   background-color: #963786;
 }
 .BgClassName
 {
   background-color: #963786;
 }
</style>

border-color css

<style>
 span { border-color: #963786; }

 span { border-color: rgb(150,55,134); }

 td.TdClassName
 {
   border-color: #963786;
 }
 .TagClassName
 {
   border-color: #963786;
 }
</style>