Html Css Color HEX #961577 Dark Purple

📋 copy color: '#961577'

red 150 ◦ green 21 ◦ blue 119

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

Shades of Dark Purple #961577

Tints of Dark Purple #961577

RGB

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

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

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

R = 51.72%
G = 7.24%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#961577 (or 0x961577) is known color: Dark Purple. HEX triplet: 96, 15 and 77. RGB value is (150,21,119). Sum of RGB (Red+Green+Blue) = 150+21+119=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #961577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961577 is #69EA88. Grayscale: #464646. Windows color (decimal): -6941321 or 7804310. OLE color: 7804310.

HSL color Cylindrical-coordinate representation of color #961577: hue angle of 314.42º 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 #961577 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 21 119 -
CMYK 0 0.86 0.21 0.41
HSL 314.42º 0.75% 0.34% -
HSV(B) 314.42º 0.86% 0.59% -
XYZ 16.18 8.35 18.21 -
YUV 70.74 155.24 184.53 -
System Red Green Blue C M Y K H S L
Decimal 150 21 119 0 0.86 0.21 0.41 314.42 0.75 0.34
Hex 96 15 77 0 56 15 29 13A 4B 22
Octal 226 25 167 0 126 25 51 472 113 42
Binary 10010110 10101 1110111 0 1010110 10101 101001 100111010 1001011 100010

Color Harmonies of #961577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961577

Black with #961577

Text Example


Text Example

White with #961577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961577; }

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

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

background-color css

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

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

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

border-color css

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

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

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