#912680

Color #912680 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #912680

Tints of Dark Purple #912680

Color information

#912680 (or 0x912680) is unknown color: approx Dark Purple. HEX triplet: 91, 26 and 80. RGB value is (145,38,128). Sum of RGB (Red+Green+Blue) = 145+38+128=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #912680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912680 is #6ED97F. Grayscale: #505050. Windows color (decimal): -7264640 or 8398481. OLE color: 8398481.

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

Color convert

RGB14538128-
CMYK00.740.120.43
HSL309.53º58.47%35.88%-
HSV(B)309.53º73.79%56.86%-
XYZ16.278.9621.3-
YUV80.25154.95174.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.62%
GREEN value IS 38 (15.23% from 255) = 12.22%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=46.62%
G=12.22%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453812800.740.120.43309.5358.4735.88
Hex91268004AC2B1363a24
Octal22146200011214534667244
Binary1001000110011010000000010010101100101011100110110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912680; }

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

 H1.HeaderClassName
 {
   color: #912680;
 }
 .AnyTagClassName
 {
   color: #912680;
 }
</style>
background-color css

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

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

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

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

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

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