Html Css Color HEX #91187D Dark Purple

📋 copy color: '#91187D'

red 145 ◦ green 24 ◦ blue 125

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

Shades of Dark Purple #91187D

Tints of Dark Purple #91187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.16%

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

R = 49.32%
G = 8.16%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91187D (or 0x91187D) is known color: Dark Purple. HEX triplet: 91, 18 and 7D. RGB value is (145,24,125). Sum of RGB (Red+Green+Blue) = 145+24+125=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #91187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91187D is #6EE782. Grayscale: #474747. Windows color (decimal): -7268227 or 8198289. OLE color: 8198289.

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

Color convert

RGB 145 24 125 -
CMYK 0 0.83 0.14 0.43
HSL 309.92º 0.72% 0.33% -
HSV(B) 309.92º 0.83% 0.57% -
XYZ 15.71 8.15 20.15 -
YUV 71.69 158.09 180.29 -
System Red Green Blue C M Y K H S L
Decimal 145 24 125 0 0.83 0.14 0.43 309.92 0.72 0.33
Hex 91 18 7D 0 53 E 2B 136 48 21
Octal 221 30 175 0 123 16 53 466 110 41
Binary 10010001 11000 1111101 0 1010011 1110 101011 100110110 1001000 100001

Color Harmonies of #91187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91187D

Black with #91187D

Text Example


Text Example

White with #91187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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