Html Css Color HEX #913374 Dark Purple

📋 copy color: '#913374'

red 145 ◦ green 51 ◦ blue 116

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

Shades of Dark Purple #913374

Tints of Dark Purple #913374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 46.47%
G = 16.35%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#913374 (or 0x913374) is known color: Dark Purple. HEX triplet: 91, 33 and 74. RGB value is (145,51,116). Sum of RGB (Red+Green+Blue) = 145+51+116=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #913374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913374 is #6ECC8B. Grayscale: #565656. Windows color (decimal): -7261324 or 7615377. OLE color: 7615377.

HSL color Cylindrical-coordinate representation of color #913374: hue angle of 318.51º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #913374 is Cyan = 0, Magento = 0.65, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 51 116 -
CMYK 0 0.65 0.2 0.43
HSL 318.51º 0.48% 0.38% -
HSV(B) 318.51º 0.65% 0.57% -
XYZ 16.01 9.65 17.54 -
YUV 86.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 145 51 116 0 0.65 0.2 0.43 318.51 0.48 0.38
Hex 91 33 74 0 41 14 2B 13F 30 26
Octal 221 63 164 0 101 24 53 477 60 46
Binary 10010001 110011 1110100 0 1000001 10100 101011 100111111 110000 100110

Color Harmonies of #913374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913374

Black with #913374

Text Example


Text Example

White with #913374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913374; }

 p { color: rgb(145,51,116); }

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

background-color css

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

 a { background-color: rgb(145,51,116); }

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

border-color css

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

 span { border-color: rgb(145,51,116); }

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