Html Css Color HEX #91157D Dark Purple

📋 copy color: '#91157D'

red 145 ◦ green 21 ◦ blue 125

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

Shades of Dark Purple #91157D

Tints of Dark Purple #91157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.22%

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

R = 49.83%
G = 7.22%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91157D (or 0x91157D) is known color: Dark Purple. HEX triplet: 91, 15 and 7D. RGB value is (145,21,125). Sum of RGB (Red+Green+Blue) = 145+21+125=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #91157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91157D is #6EEA82. Grayscale: #454545. Windows color (decimal): -7268995 or 8197521. OLE color: 8197521.

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

Color convert

RGB 145 21 125 -
CMYK 0 0.86 0.14 0.43
HSL 309.68º 0.75% 0.33% -
HSV(B) 309.68º 0.86% 0.57% -
XYZ 15.65 8.04 20.13 -
YUV 69.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 145 21 125 0 0.86 0.14 0.43 309.68 0.75 0.33
Hex 91 15 7D 0 56 E 2B 136 4B 21
Octal 221 25 175 0 126 16 53 466 113 41
Binary 10010001 10101 1111101 0 1010110 1110 101011 100110110 1001011 100001

Color Harmonies of #91157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91157D

Black with #91157D

Text Example


Text Example

White with #91157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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