Html Css Color HEX #963580 Dark Purple

📋 copy color: '#963580'

red 150 ◦ green 53 ◦ blue 128

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

Shades of Dark Purple #963580

Tints of Dark Purple #963580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.01%

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

R = 45.32%
G = 16.01%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#963580 (or 0x963580) is known color: Dark Purple. HEX triplet: 96, 35 and 80. RGB value is (150,53,128). Sum of RGB (Red+Green+Blue) = 150+53+128=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #963580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963580 is #69CA7F. Grayscale: #5A5A5A. Windows color (decimal): -6933120 or 8402326. OLE color: 8402326.

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

Color convert

RGB 150 53 128 -
CMYK 0 0.65 0.15 0.41
HSL 313.61º 0.48% 0.4% -
HSV(B) 313.61º 0.65% 0.59% -
XYZ 17.75 10.59 21.53 -
YUV 90.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 150 53 128 0 0.65 0.15 0.41 313.61 0.48 0.4
Hex 96 35 80 0 41 F 29 13A 30 28
Octal 226 65 200 0 101 17 51 472 60 50
Binary 10010110 110101 10000000 0 1000001 1111 101001 100111010 110000 101000

Color Harmonies of #963580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963580

Black with #963580

Text Example


Text Example

White with #963580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963580; }

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

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

background-color css

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

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

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

border-color css

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

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

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