Html Css Color HEX #91177F Dark Purple

📋 copy color: '#91177F'

red 145 ◦ green 23 ◦ blue 127

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

Shades of Dark Purple #91177F

Tints of Dark Purple #91177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.05%

R = 49.15%
G = 7.8%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#91177F (or 0x91177F) is known color: Dark Purple. HEX triplet: 91, 17 and 7F. RGB value is (145,23,127). Sum of RGB (Red+Green+Blue) = 145+23+127=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #91177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91177F is #6EE880. Grayscale: #474747. Windows color (decimal): -7268481 or 8329105. OLE color: 8329105.

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

Color convert

RGB 145 23 127 -
CMYK 0 0.84 0.12 0.43
HSL 308.85º 0.73% 0.33% -
HSV(B) 308.85º 0.84% 0.57% -
XYZ 15.81 8.16 20.82 -
YUV 71.33 159.42 180.54 -
System Red Green Blue C M Y K H S L
Decimal 145 23 127 0 0.84 0.12 0.43 308.85 0.73 0.33
Hex 91 17 7F 0 54 C 2B 135 49 21
Octal 221 27 177 0 124 14 53 465 111 41
Binary 10010001 10111 1111111 0 1010100 1100 101011 100110101 1001001 100001

Color Harmonies of #91177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91177F

Black with #91177F

Text Example


Text Example

White with #91177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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