Html Css Color HEX #912980 Dark Purple

📋 copy color: '#912980'

red 145 ◦ green 41 ◦ blue 128

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

Shades of Dark Purple #912980

Tints of Dark Purple #912980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 46.18%
G = 13.06%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#912980 (or 0x912980) is known color: Dark Purple. HEX triplet: 91, 29 and 80. RGB value is (145,41,128). Sum of RGB (Red+Green+Blue) = 145+41+128=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #912980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912980 is #6ED67F. Grayscale: #515151. Windows color (decimal): -7263872 or 8399249. OLE color: 8399249.

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

Color convert

RGB 145 41 128 -
CMYK 0 0.72 0.12 0.43
HSL 309.81º 0.56% 0.36% -
HSV(B) 309.81º 0.72% 0.57% -
XYZ 16.37 9.16 21.33 -
YUV 82.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 145 41 128 0 0.72 0.12 0.43 309.81 0.56 0.36
Hex 91 29 80 0 48 C 2B 136 38 24
Octal 221 51 200 0 110 14 53 466 70 44
Binary 10010001 101001 10000000 0 1001000 1100 101011 100110110 111000 100100

Color Harmonies of #912980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912980

Black with #912980

Text Example


Text Example

White with #912980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912980; }

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

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

background-color css

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

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

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

border-color css

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

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

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