Html Css Color HEX #911379 Dark Purple

📋 copy color: '#911379'

red 145 ◦ green 19 ◦ blue 121

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

Shades of Dark Purple #911379

Tints of Dark Purple #911379

RGB

 RED value IS 145 (57.03% from 255) = 50.88%

 GREEN value IS 19 (7.81% from 255) = 6.67%

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

R = 50.88%
G = 6.67%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#911379 (or 0x911379) is known color: Dark Purple. HEX triplet: 91, 13 and 79. RGB value is (145,19,121). Sum of RGB (Red+Green+Blue) = 145+19+121=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #911379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911379 is #6EEC86. Grayscale: #444444. Windows color (decimal): -7269511 or 7934865. OLE color: 7934865.

HSL color Cylindrical-coordinate representation of color #911379: hue angle of 311.43º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #911379 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 19 121 -
CMYK 0 0.87 0.17 0.43
HSL 311.43º 0.77% 0.32% -
HSV(B) 311.43º 0.87% 0.57% -
XYZ 15.36 7.87 18.8 -
YUV 68.3 157.74 182.71 -
System Red Green Blue C M Y K H S L
Decimal 145 19 121 0 0.87 0.17 0.43 311.43 0.77 0.32
Hex 91 13 79 0 57 11 2B 137 4D 20
Octal 221 23 171 0 127 21 53 467 115 40
Binary 10010001 10011 1111001 0 1010111 10001 101011 100110111 1001101 100000

Color Harmonies of #911379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911379

Black with #911379

Text Example


Text Example

White with #911379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911379; }

 p { color: rgb(145,19,121); }

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

background-color css

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

 a { background-color: rgb(145,19,121); }

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

border-color css

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

 span { border-color: rgb(145,19,121); }

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