#912480

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

Shades of Dark Purple #912480

Tints of Dark Purple #912480

Color information

#912480 (or 0x912480) is unknown color: approx Dark Purple. HEX triplet: 91, 24 and 80. RGB value is (145,36,128). Sum of RGB (Red+Green+Blue) = 145+36+128=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #912480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912480 is #6EDB7F. Grayscale: #4E4E4E. Windows color (decimal): -7265152 or 8397969. OLE color: 8397969.

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

Color convert

RGB14536128-
CMYK00.750.120.43
HSL309.36º60.22%35.49%-
HSV(B)309.36º75.17%56.86%-
XYZ16.28.8421.27-
YUV79.08155.61175.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 36 (14.45% from 255) = 11.65%
BLUE value IS 128 (50.39% from 255) = 41.42%
R=46.93%
G=11.65%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453612800.750.120.43309.3660.2235.49
Hex91248004BC2B1353c23
Octal22144200011314534657443
Binary1001000110010010000000010010111100101011100110101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912480; }

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

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

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

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

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

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

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

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