Html Css Color HEX #91326D Dark Purple

📋 copy color: '#91326D'

red 145 ◦ green 50 ◦ blue 109

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

Shades of Dark Purple #91326D

Tints of Dark Purple #91326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.45%

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

R = 47.7%
G = 16.45%
B = 35.86%

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

#91326D (or 0x91326D) is known color: Dark Purple. HEX triplet: 91, 32 and 6D. RGB value is (145,50,109). Sum of RGB (Red+Green+Blue) = 145+50+109=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #91326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91326D is #6ECD92. Grayscale: #545454. Windows color (decimal): -7261587 or 7156369. OLE color: 7156369.

HSL color Cylindrical-coordinate representation of color #91326D: hue angle of 322.74º 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 #91326D is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 50 109 -
CMYK 0 0.66 0.25 0.43
HSL 322.74º 0.49% 0.38% -
HSV(B) 322.74º 0.66% 0.57% -
XYZ 15.58 9.41 15.46 -
YUV 85.13 141.47 170.7 -
System Red Green Blue C M Y K H S L
Decimal 145 50 109 0 0.66 0.25 0.43 322.74 0.49 0.38
Hex 91 32 6D 0 42 19 2B 143 31 26
Octal 221 62 155 0 102 31 53 503 61 46
Binary 10010001 110010 1101101 0 1000010 11001 101011 101000011 110001 100110

Color Harmonies of #91326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91326D

Black with #91326D

Text Example


Text Example

White with #91326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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