Html Css Color HEX #911175 Dark Purple

📋 copy color: '#911175'

red 145 ◦ green 17 ◦ blue 117

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

Shades of Dark Purple #911175

Tints of Dark Purple #911175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.94%

R = 51.97%
G = 6.09%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#911175 (or 0x911175) is known color: Dark Purple. HEX triplet: 91, 11 and 75. RGB value is (145,17,117). Sum of RGB (Red+Green+Blue) = 145+17+117=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #911175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911175 is #6EEE8A. Grayscale: #424242. Windows color (decimal): -7270027 or 7672209. OLE color: 7672209.

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

Color convert

RGB 145 17 117 -
CMYK 0 0.88 0.19 0.43
HSL 313.13º 0.79% 0.32% -
HSV(B) 313.13º 0.88% 0.57% -
XYZ 15.09 7.7 17.52 -
YUV 66.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 145 17 117 0 0.88 0.19 0.43 313.13 0.79 0.32
Hex 91 11 75 0 58 13 2B 139 4F 20
Octal 221 21 165 0 130 23 53 471 117 40
Binary 10010001 10001 1110101 0 1011000 10011 101011 100111001 1001111 100000

Color Harmonies of #911175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911175

Black with #911175

Text Example


Text Example

White with #911175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911175; }

 p { color: rgb(145,17,117); }

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

background-color css

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

 a { background-color: rgb(145,17,117); }

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

border-color css

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

 span { border-color: rgb(145,17,117); }

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