Html Css Color HEX #911377 Dark Purple

📋 copy color: '#911377'

red 145 ◦ green 19 ◦ blue 119

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

Shades of Dark Purple #911377

Tints of Dark Purple #911377

RGB

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

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

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

R = 51.24%
G = 6.71%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#911377 (or 0x911377) is known color: Dark Purple. HEX triplet: 91, 13 and 77. RGB value is (145,19,119). Sum of RGB (Red+Green+Blue) = 145+19+119=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #911377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911377 is #6EEC88. Grayscale: #434343. Windows color (decimal): -7269513 or 7803793. OLE color: 7803793.

HSL color Cylindrical-coordinate representation of color #911377: hue angle of 312.38º 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 #911377 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 19 119 -
CMYK 0 0.87 0.18 0.43
HSL 312.38º 0.77% 0.32% -
HSV(B) 312.38º 0.87% 0.57% -
XYZ 15.24 7.82 18.16 -
YUV 68.07 156.74 182.87 -
System Red Green Blue C M Y K H S L
Decimal 145 19 119 0 0.87 0.18 0.43 312.38 0.77 0.32
Hex 91 13 77 0 57 12 2B 138 4D 20
Octal 221 23 167 0 127 22 53 470 115 40
Binary 10010001 10011 1110111 0 1010111 10010 101011 100111000 1001101 100000

Color Harmonies of #911377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911377

Black with #911377

Text Example


Text Example

White with #911377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911377; }

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

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

background-color css

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

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

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

border-color css

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

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

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