Html Css Color HEX #912177 Dark Purple

📋 copy color: '#912177'

red 145 ◦ green 33 ◦ blue 119

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

Shades of Dark Purple #912177

Tints of Dark Purple #912177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.07%

R = 48.82%
G = 11.11%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#912177 (or 0x912177) is known color: Dark Purple. HEX triplet: 91, 21 and 77. RGB value is (145,33,119). Sum of RGB (Red+Green+Blue) = 145+33+119=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #912177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912177 is #6EDE88. Grayscale: #4C4C4C. Windows color (decimal): -7265929 or 7807377. OLE color: 7807377.

HSL color Cylindrical-coordinate representation of color #912177: hue angle of 313.93º 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 #912177 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 33 119 -
CMYK 0 0.77 0.18 0.43
HSL 313.93º 0.63% 0.35% -
HSV(B) 313.93º 0.77% 0.57% -
XYZ 15.55 8.44 18.26 -
YUV 76.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 145 33 119 0 0.77 0.18 0.43 313.93 0.63 0.35
Hex 91 21 77 0 4D 12 2B 13A 3F 23
Octal 221 41 167 0 115 22 53 472 77 43
Binary 10010001 100001 1110111 0 1001101 10010 101011 100111010 111111 100011

Color Harmonies of #912177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912177

Black with #912177

Text Example


Text Example

White with #912177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912177; }

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

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

background-color css

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

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

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

border-color css

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

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

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