Html Css Color HEX #91176D Dark Purple

📋 copy color: '#91176D'

red 145 ◦ green 23 ◦ blue 109

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

Shades of Dark Purple #91176D

Tints of Dark Purple #91176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.3%

 BLUE value IS 109 (42.97% from 255) = 39.35%

R = 52.35%
G = 8.3%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#91176D (or 0x91176D) is known color: Dark Purple. HEX triplet: 91, 17 and 6D. RGB value is (145,23,109). Sum of RGB (Red+Green+Blue) = 145+23+109=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #91176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91176D is #6EE892. Grayscale: #454545. Windows color (decimal): -7268499 or 7149457. OLE color: 7149457.

HSL color Cylindrical-coordinate representation of color #91176D: hue angle of 317.7º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91176D is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 23 109 -
CMYK 0 0.84 0.25 0.43
HSL 317.7º 0.73% 0.33% -
HSV(B) 317.7º 0.84% 0.57% -
XYZ 14.74 7.74 15.18 -
YUV 69.28 150.42 182.01 -
System Red Green Blue C M Y K H S L
Decimal 145 23 109 0 0.84 0.25 0.43 317.7 0.73 0.33
Hex 91 17 6D 0 54 19 2B 13E 49 21
Octal 221 27 155 0 124 31 53 476 111 41
Binary 10010001 10111 1101101 0 1010100 11001 101011 100111110 1001001 100001

Color Harmonies of #91176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91176D

Black with #91176D

Text Example


Text Example

White with #91176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91176D; }

 p { color: rgb(145,23,109); }

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

background-color css

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

 a { background-color: rgb(145,23,109); }

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

border-color css

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

 span { border-color: rgb(145,23,109); }

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