Html Css Color HEX #91387D Dark Purple

📋 copy color: '#91387D'

red 145 ◦ green 56 ◦ blue 125

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

Shades of Dark Purple #91387D

Tints of Dark Purple #91387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

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

R = 44.48%
G = 17.18%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91387D (or 0x91387D) is known color: Dark Purple. HEX triplet: 91, 38 and 7D. RGB value is (145,56,125). Sum of RGB (Red+Green+Blue) = 145+56+125=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #91387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91387D is #6EC782. Grayscale: #5A5A5A. Windows color (decimal): -7260035 or 8206481. OLE color: 8206481.

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

Color convert

RGB 145 56 125 -
CMYK 0 0.61 0.14 0.43
HSL 313.48º 0.44% 0.39% -
HSV(B) 313.48º 0.61% 0.57% -
XYZ 16.79 10.33 20.51 -
YUV 90.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 145 56 125 0 0.61 0.14 0.43 313.48 0.44 0.39
Hex 91 38 7D 0 3D E 2B 139 2C 27
Octal 221 70 175 0 75 16 53 471 54 47
Binary 10010001 111000 1111101 0 111101 1110 101011 100111001 101100 100111

Color Harmonies of #91387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91387D

Black with #91387D

Text Example


Text Example

White with #91387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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