Html Css Color HEX #913980 Dark Purple

📋 copy color: '#913980'

red 145 ◦ green 57 ◦ blue 128

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

Shades of Dark Purple #913980

Tints of Dark Purple #913980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.27%

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

R = 43.94%
G = 17.27%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#913980 (or 0x913980) is known color: Dark Purple. HEX triplet: 91, 39 and 80. RGB value is (145,57,128). Sum of RGB (Red+Green+Blue) = 145+57+128=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #913980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913980 is #6EC67F. Grayscale: #5B5B5B. Windows color (decimal): -7259776 or 8403345. OLE color: 8403345.

HSL color Cylindrical-coordinate representation of color #913980: hue angle of 311.59º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #913980 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 57 128 -
CMYK 0 0.61 0.12 0.43
HSL 311.59º 0.44% 0.4% -
HSV(B) 311.59º 0.61% 0.57% -
XYZ 17.04 10.5 21.55 -
YUV 91.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 145 57 128 0 0.61 0.12 0.43 311.59 0.44 0.4
Hex 91 39 80 0 3D C 2B 138 2C 28
Octal 221 71 200 0 75 14 53 470 54 50
Binary 10010001 111001 10000000 0 111101 1100 101011 100111000 101100 101000

Color Harmonies of #913980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913980

Black with #913980

Text Example


Text Example

White with #913980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913980; }

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

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

background-color css

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

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

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

border-color css

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

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

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