Html Css Color HEX #911D74 Dark Purple

📋 copy color: '#911D74'

red 145 ◦ green 29 ◦ blue 116

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

Shades of Dark Purple #911D74

Tints of Dark Purple #911D74

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10%

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

R = 50%
G = 10%
B = 40%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#911D74 (or 0x911D74) is known color: Dark Purple. HEX triplet: 91, 1D and 74. RGB value is (145,29,116). Sum of RGB (Red+Green+Blue) = 145+29+116=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #911D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911D74 is #6EE28B. Grayscale: #494949. Windows color (decimal): -7266956 or 7609745. OLE color: 7609745.

HSL color Cylindrical-coordinate representation of color #911D74: hue angle of 315º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #911D74 is Cyan = 0, Magento = 0.8, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 29 116 -
CMYK 0 0.8 0.2 0.43
HSL 315º 0.67% 0.34% -
HSV(B) 315º 0.8% 0.57% -
XYZ 15.27 8.16 17.29 -
YUV 73.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 145 29 116 0 0.8 0.2 0.43 315 0.67 0.34
Hex 91 1D 74 0 50 14 2B 13B 43 22
Octal 221 35 164 0 120 24 53 473 103 42
Binary 10010001 11101 1110100 0 1010000 10100 101011 100111011 1000011 100010

Color Harmonies of #911D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D74

Black with #911D74

Text Example


Text Example

White with #911D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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