Html Css Color HEX #912977 Dark Purple

📋 copy color: '#912977'

red 145 ◦ green 41 ◦ blue 119

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

Shades of Dark Purple #912977

Tints of Dark Purple #912977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 47.54%
G = 13.44%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#912977 (or 0x912977) is known color: Dark Purple. HEX triplet: 91, 29 and 77. RGB value is (145,41,119). Sum of RGB (Red+Green+Blue) = 145+41+119=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #912977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912977 is #6ED688. Grayscale: #505050. Windows color (decimal): -7263881 or 7809425. OLE color: 7809425.

HSL color Cylindrical-coordinate representation of color #912977: hue angle of 315º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912977 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 41 119 -
CMYK 0 0.72 0.18 0.43
HSL 315º 0.56% 0.36% -
HSV(B) 315º 0.72% 0.57% -
XYZ 15.8 8.94 18.35 -
YUV 80.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 145 41 119 0 0.72 0.18 0.43 315 0.56 0.36
Hex 91 29 77 0 48 12 2B 13B 38 24
Octal 221 51 167 0 110 22 53 473 70 44
Binary 10010001 101001 1110111 0 1001000 10010 101011 100111011 111000 100100

Color Harmonies of #912977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912977

Black with #912977

Text Example


Text Example

White with #912977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912977; }

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

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

background-color css

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

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

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

border-color css

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

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

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