Html Css Color HEX #91387E Dark Purple

📋 copy color: '#91387E'

red 145 ◦ green 56 ◦ blue 126

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

Shades of Dark Purple #91387E

Tints of Dark Purple #91387E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 44.34%
G = 17.13%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#91387E (or 0x91387E) is known color: Dark Purple. HEX triplet: 91, 38 and 7E. RGB value is (145,56,126). Sum of RGB (Red+Green+Blue) = 145+56+126=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #91387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91387E is #6EC781. Grayscale: #5A5A5A. Windows color (decimal): -7260034 or 8272017. OLE color: 8272017.

HSL color Cylindrical-coordinate representation of color #91387E: hue angle of 312.81º 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 #91387E is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 56 126 -
CMYK 0 0.61 0.13 0.43
HSL 312.81º 0.44% 0.39% -
HSV(B) 312.81º 0.61% 0.57% -
XYZ 16.86 10.35 20.85 -
YUV 90.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 145 56 126 0 0.61 0.13 0.43 312.81 0.44 0.39
Hex 91 38 7E 0 3D D 2B 139 2C 27
Octal 221 70 176 0 75 15 53 471 54 47
Binary 10010001 111000 1111110 0 111101 1101 101011 100111001 101100 100111

Color Harmonies of #91387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91387E

Black with #91387E

Text Example


Text Example

White with #91387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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