Html Css Color HEX #961579 Dark Purple

📋 copy color: '#961579'

red 150 ◦ green 21 ◦ blue 121

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

Shades of Dark Purple #961579

Tints of Dark Purple #961579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.19%

 BLUE value IS 121 (47.66% from 255) = 41.44%

R = 51.37%
G = 7.19%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#961579 (or 0x961579) is known color: Dark Purple. HEX triplet: 96, 15 and 79. RGB value is (150,21,121). Sum of RGB (Red+Green+Blue) = 150+21+121=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #961579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961579 is #69EA86. Grayscale: #464646. Windows color (decimal): -6941319 or 7935382. OLE color: 7935382.

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

Color convert

RGB 150 21 121 -
CMYK 0 0.86 0.19 0.41
HSL 313.49º 0.75% 0.34% -
HSV(B) 313.49º 0.86% 0.59% -
XYZ 16.3 8.4 18.85 -
YUV 70.97 156.24 184.37 -
System Red Green Blue C M Y K H S L
Decimal 150 21 121 0 0.86 0.19 0.41 313.49 0.75 0.34
Hex 96 15 79 0 56 13 29 139 4B 22
Octal 226 25 171 0 126 23 51 471 113 42
Binary 10010110 10101 1111001 0 1010110 10011 101001 100111001 1001011 100010

Color Harmonies of #961579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961579

Black with #961579

Text Example


Text Example

White with #961579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961579; }

 p { color: rgb(150,21,121); }

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

background-color css

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

 a { background-color: rgb(150,21,121); }

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

border-color css

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

 span { border-color: rgb(150,21,121); }

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