Html Css Color HEX #961777 Dark Purple

📋 copy color: '#961777'

red 150 ◦ green 23 ◦ blue 119

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

Shades of Dark Purple #961777

Tints of Dark Purple #961777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.88%

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

R = 51.37%
G = 7.88%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#961777 (or 0x961777) is known color: Dark Purple. HEX triplet: 96, 17 and 77. RGB value is (150,23,119). Sum of RGB (Red+Green+Blue) = 150+23+119=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #961777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961777 is #69E888. Grayscale: #474747. Windows color (decimal): -6940809 or 7804822. OLE color: 7804822.

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

Color convert

RGB 150 23 119 -
CMYK 0 0.85 0.21 0.41
HSL 314.65º 0.73% 0.34% -
HSV(B) 314.65º 0.85% 0.59% -
XYZ 16.21 8.43 18.23 -
YUV 71.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 150 23 119 0 0.85 0.21 0.41 314.65 0.73 0.34
Hex 96 17 77 0 55 15 29 13B 49 22
Octal 226 27 167 0 125 25 51 473 111 42
Binary 10010110 10111 1110111 0 1010101 10101 101001 100111011 1001001 100010

Color Harmonies of #961777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961777

Black with #961777

Text Example


Text Example

White with #961777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961777; }

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

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

background-color css

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

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

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

border-color css

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

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

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