Html Css Color HEX #91177D Dark Purple

📋 copy color: '#91177D'

red 145 ◦ green 23 ◦ blue 125

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

Shades of Dark Purple #91177D

Tints of Dark Purple #91177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 49.49%
G = 7.85%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91177D (or 0x91177D) is known color: Dark Purple. HEX triplet: 91, 17 and 7D. RGB value is (145,23,125). Sum of RGB (Red+Green+Blue) = 145+23+125=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #91177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91177D is #6EE882. Grayscale: #464646. Windows color (decimal): -7268483 or 8198033. OLE color: 8198033.

HSL color Cylindrical-coordinate representation of color #91177D: hue angle of 309.84º 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 #91177D is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 23 125 -
CMYK 0 0.84 0.14 0.43
HSL 309.84º 0.73% 0.33% -
HSV(B) 309.84º 0.84% 0.57% -
XYZ 15.69 8.11 20.14 -
YUV 71.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 145 23 125 0 0.84 0.14 0.43 309.84 0.73 0.33
Hex 91 17 7D 0 54 E 2B 136 49 21
Octal 221 27 175 0 124 16 53 466 111 41
Binary 10010001 10111 1111101 0 1010100 1110 101011 100110110 1001001 100001

Color Harmonies of #91177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91177D

Black with #91177D

Text Example


Text Example

White with #91177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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