Html Css Color HEX #963E80 Dark Purple

📋 copy color: '#963E80'

red 150 ◦ green 62 ◦ blue 128

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

Shades of Dark Purple #963E80

Tints of Dark Purple #963E80

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.24%

 BLUE value IS 128 (50.39% from 255) = 37.65%

R = 44.12%
G = 18.24%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#963E80 (or 0x963E80) is known color: Dark Purple. HEX triplet: 96, 3E and 80. RGB value is (150,62,128). Sum of RGB (Red+Green+Blue) = 150+62+128=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #963E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963E80 is #69C17F. Grayscale: #5F5F5F. Windows color (decimal): -6930816 or 8404630. OLE color: 8404630.

HSL color Cylindrical-coordinate representation of color #963E80: hue angle of 315º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #963E80 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 62 128 -
CMYK 0 0.59 0.15 0.41
HSL 315º 0.42% 0.42% -
HSV(B) 315º 0.59% 0.59% -
XYZ 18.2 11.49 21.68 -
YUV 95.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 150 62 128 0 0.59 0.15 0.41 315 0.42 0.42
Hex 96 3E 80 0 3B F 29 13B 2A 2A
Octal 226 76 200 0 73 17 51 473 52 52
Binary 10010110 111110 10000000 0 111011 1111 101001 100111011 101010 101010

Color Harmonies of #963E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963E80

Black with #963E80

Text Example


Text Example

White with #963E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963E80; }

 p { color: rgb(150,62,128); }

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

background-color css

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

 a { background-color: rgb(150,62,128); }

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

border-color css

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

 span { border-color: rgb(150,62,128); }

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