Html Css Color HEX #91177C Dark Purple

📋 copy color: '#91177C'

red 145 ◦ green 23 ◦ blue 124

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

Shades of Dark Purple #91177C

Tints of Dark Purple #91177C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.47%

R = 49.66%
G = 7.88%
B = 42.47%

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

#91177C (or 0x91177C) is known color: Dark Purple. HEX triplet: 91, 17 and 7C. RGB value is (145,23,124). Sum of RGB (Red+Green+Blue) = 145+23+124=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #91177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91177C is #6EE883. Grayscale: #464646. Windows color (decimal): -7268484 or 8132497. OLE color: 8132497.

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

Color convert

RGB 145 23 124 -
CMYK 0 0.84 0.14 0.43
HSL 310.33º 0.73% 0.33% -
HSV(B) 310.33º 0.84% 0.57% -
XYZ 15.62 8.09 19.81 -
YUV 70.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 145 23 124 0 0.84 0.14 0.43 310.33 0.73 0.33
Hex 91 17 7C 0 54 E 2B 136 49 21
Octal 221 27 174 0 124 16 53 466 111 41
Binary 10010001 10111 1111100 0 1010100 1110 101011 100110110 1001001 100001

Color Harmonies of #91177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91177C

Black with #91177C

Text Example


Text Example

White with #91177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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