Html Css Color HEX #961180 Dark Purple

📋 copy color: '#961180'

red 150 ◦ green 17 ◦ blue 128

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

Shades of Dark Purple #961180

Tints of Dark Purple #961180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

 BLUE value IS 128 (50.39% from 255) = 43.39%

R = 50.85%
G = 5.76%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#961180 (or 0x961180) is known color: Dark Purple. HEX triplet: 96, 11 and 80. RGB value is (150,17,128). Sum of RGB (Red+Green+Blue) = 150+17+128=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #961180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961180 is #69EE7F. Grayscale: #454545. Windows color (decimal): -6942336 or 8393110. OLE color: 8393110.

HSL color Cylindrical-coordinate representation of color #961180: hue angle of 309.92º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961180 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 17 128 -
CMYK 0 0.89 0.15 0.41
HSL 309.92º 0.8% 0.33% -
HSV(B) 309.92º 0.89% 0.59% -
XYZ 16.67 8.44 21.17 -
YUV 69.42 161.06 185.47 -
System Red Green Blue C M Y K H S L
Decimal 150 17 128 0 0.89 0.15 0.41 309.92 0.8 0.33
Hex 96 11 80 0 59 F 29 136 50 21
Octal 226 21 200 0 131 17 51 466 120 41
Binary 10010110 10001 10000000 0 1011001 1111 101001 100110110 1010000 100001

Color Harmonies of #961180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961180

Black with #961180

Text Example


Text Example

White with #961180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961180; }

 p { color: rgb(150,17,128); }

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

background-color css

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

 a { background-color: rgb(150,17,128); }

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

border-color css

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

 span { border-color: rgb(150,17,128); }

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