Html Css Color HEX #961977 Dark Purple

📋 copy color: '#961977'

red 150 ◦ green 25 ◦ blue 119

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

Shades of Dark Purple #961977

Tints of Dark Purple #961977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

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

R = 51.02%
G = 8.5%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#961977 (or 0x961977) is known color: Dark Purple. HEX triplet: 96, 19 and 77. RGB value is (150,25,119). Sum of RGB (Red+Green+Blue) = 150+25+119=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #961977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961977 is #69E688. Grayscale: #484848. Windows color (decimal): -6940297 or 7805334. OLE color: 7805334.

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

Color convert

RGB 150 25 119 -
CMYK 0 0.83 0.21 0.41
HSL 314.88º 0.71% 0.34% -
HSV(B) 314.88º 0.83% 0.59% -
XYZ 16.26 8.51 18.24 -
YUV 73.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 150 25 119 0 0.83 0.21 0.41 314.88 0.71 0.34
Hex 96 19 77 0 53 15 29 13B 47 22
Octal 226 31 167 0 123 25 51 473 107 42
Binary 10010110 11001 1110111 0 1010011 10101 101001 100111011 1000111 100010

Color Harmonies of #961977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961977

Black with #961977

Text Example


Text Example

White with #961977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961977; }

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

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

background-color css

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

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

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

border-color css

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

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

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