Html Css Color HEX #91316D Dark Purple

📋 copy color: '#91316D'

red 145 ◦ green 49 ◦ blue 109

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

Shades of Dark Purple #91316D

Tints of Dark Purple #91316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.17%

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 47.85%
G = 16.17%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#91316D (or 0x91316D) is known color: Dark Purple. HEX triplet: 91, 31 and 6D. RGB value is (145,49,109). Sum of RGB (Red+Green+Blue) = 145+49+109=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #91316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91316D is #6ECE92. Grayscale: #545454. Windows color (decimal): -7261843 or 7156113. OLE color: 7156113.

HSL color Cylindrical-coordinate representation of color #91316D: hue angle of 322.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91316D is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 49 109 -
CMYK 0 0.66 0.25 0.43
HSL 322.5º 0.49% 0.38% -
HSV(B) 322.5º 0.66% 0.57% -
XYZ 15.54 9.32 15.45 -
YUV 84.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 145 49 109 0 0.66 0.25 0.43 322.5 0.49 0.38
Hex 91 31 6D 0 42 19 2B 142 31 26
Octal 221 61 155 0 102 31 53 502 61 46
Binary 10010001 110001 1101101 0 1000010 11001 101011 101000010 110001 100110

Color Harmonies of #91316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91316D

Black with #91316D

Text Example


Text Example

White with #91316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,49,109); }

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

background-color css

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

 a { background-color: rgb(145,49,109); }

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

border-color css

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

 span { border-color: rgb(145,49,109); }

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