Html Css Color HEX #963177 Dark Purple

📋 copy color: '#963177'

red 150 ◦ green 49 ◦ blue 119

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

Shades of Dark Purple #963177

Tints of Dark Purple #963177

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

 BLUE value IS 119 (46.88% from 255) = 37.42%

R = 47.17%
G = 15.41%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#963177 (or 0x963177) is known color: Dark Purple. HEX triplet: 96, 31 and 77. RGB value is (150,49,119). Sum of RGB (Red+Green+Blue) = 150+49+119=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #963177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963177 is #69CE88. Grayscale: #575757. Windows color (decimal): -6934153 or 7811478. OLE color: 7811478.

HSL color Cylindrical-coordinate representation of color #963177: hue angle of 318.42º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963177 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 119 -
CMYK 0 0.67 0.21 0.41
HSL 318.42º 0.51% 0.39% -
HSV(B) 318.42º 0.67% 0.59% -
XYZ 17.01 10.01 18.49 -
YUV 87.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 150 49 119 0 0.67 0.21 0.41 318.42 0.51 0.39
Hex 96 31 77 0 43 15 29 13E 33 27
Octal 226 61 167 0 103 25 51 476 63 47
Binary 10010110 110001 1110111 0 1000011 10101 101001 100111110 110011 100111

Color Harmonies of #963177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963177

Black with #963177

Text Example


Text Example

White with #963177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963177; }

 p { color: rgb(150,49,119); }

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

background-color css

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

 a { background-color: rgb(150,49,119); }

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

border-color css

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

 span { border-color: rgb(150,49,119); }

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