Html Css Color HEX #91317A Dark Purple

📋 copy color: '#91317A'

red 145 ◦ green 49 ◦ blue 122

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

Shades of Dark Purple #91317A

Tints of Dark Purple #91317A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.61%

R = 45.89%
G = 15.51%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#91317A (or 0x91317A) is known color: Dark Purple. HEX triplet: 91, 31 and 7A. RGB value is (145,49,122). Sum of RGB (Red+Green+Blue) = 145+49+122=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #91317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91317A is #6ECE85. Grayscale: #555555. Windows color (decimal): -7261830 or 8008081. OLE color: 8008081.

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

Color convert

RGB 145 49 122 -
CMYK 0 0.66 0.16 0.43
HSL 314.38º 0.49% 0.38% -
HSV(B) 314.38º 0.66% 0.57% -
XYZ 16.29 9.62 19.41 -
YUV 86.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 145 49 122 0 0.66 0.16 0.43 314.38 0.49 0.38
Hex 91 31 7A 0 42 10 2B 13A 31 26
Octal 221 61 172 0 102 20 53 472 61 46
Binary 10010001 110001 1111010 0 1000010 10000 101011 100111010 110001 100110

Color Harmonies of #91317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91317A

Black with #91317A

Text Example


Text Example

White with #91317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91317A; }

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

 H1.HeaderClassName
 {
   color: #91317A;
 }
 .AnyTagClassName
 {
   color: #91317A;
 }
</style>

background-color css

<style>
 a { background-color: #91317A; }

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

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

border-color css

<style>
 span { border-color: #91317A; }

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

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