Html Css Color HEX #912171 Dark Purple

📋 copy color: '#912171'

red 145 ◦ green 33 ◦ blue 113

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

Shades of Dark Purple #912171

Tints of Dark Purple #912171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.34%

 BLUE value IS 113 (44.53% from 255) = 38.83%

R = 49.83%
G = 11.34%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#912171 (or 0x912171) is known color: Dark Purple. HEX triplet: 91, 21 and 71. RGB value is (145,33,113). Sum of RGB (Red+Green+Blue) = 145+33+113=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #912171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912171 is #6EDE8E. Grayscale: #4B4B4B. Windows color (decimal): -7265935 or 7414161. OLE color: 7414161.

HSL color Cylindrical-coordinate representation of color #912171: hue angle of 317.14º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912171 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 33 113 -
CMYK 0 0.77 0.22 0.43
HSL 317.14º 0.63% 0.35% -
HSV(B) 317.14º 0.77% 0.57% -
XYZ 15.2 8.3 16.42 -
YUV 75.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 145 33 113 0 0.77 0.22 0.43 317.14 0.63 0.35
Hex 91 21 71 0 4D 16 2B 13D 3F 23
Octal 221 41 161 0 115 26 53 475 77 43
Binary 10010001 100001 1110001 0 1001101 10110 101011 100111101 111111 100011

Color Harmonies of #912171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912171

Black with #912171

Text Example


Text Example

White with #912171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912171; }

 p { color: rgb(145,33,113); }

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

background-color css

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

 a { background-color: rgb(145,33,113); }

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

border-color css

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

 span { border-color: rgb(145,33,113); }

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