Html Css Color HEX #912080 Dark Purple

📋 copy color: '#912080'

red 145 ◦ green 32 ◦ blue 128

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

Shades of Dark Purple #912080

Tints of Dark Purple #912080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

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

R = 47.54%
G = 10.49%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#912080 (or 0x912080) is known color: Dark Purple. HEX triplet: 91, 20 and 80. RGB value is (145,32,128). Sum of RGB (Red+Green+Blue) = 145+32+128=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #912080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912080 is #6EDF7F. Grayscale: #4C4C4C. Windows color (decimal): -7266176 or 8396945. OLE color: 8396945.

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

Color convert

RGB 145 32 128 -
CMYK 0 0.78 0.12 0.43
HSL 309.03º 0.64% 0.35% -
HSV(B) 309.03º 0.78% 0.57% -
XYZ 16.09 8.61 21.24 -
YUV 76.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 145 32 128 0 0.78 0.12 0.43 309.03 0.64 0.35
Hex 91 20 80 0 4E C 2B 135 40 23
Octal 221 40 200 0 116 14 53 465 100 43
Binary 10010001 100000 10000000 0 1001110 1100 101011 100110101 1000000 100011

Color Harmonies of #912080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912080

Black with #912080

Text Example


Text Example

White with #912080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912080; }

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

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

background-color css

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

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

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

border-color css

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

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

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