#911274

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

Shades of Dark Purple #911274

Tints of Dark Purple #911274

Color information

#911274 (or 0x911274) is unknown color: approx Dark Purple. HEX triplet: 91, 12 and 74. RGB value is (145,18,116). Sum of RGB (Red+Green+Blue) = 145+18+116=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #911274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911274 is #6EED8B. Grayscale: #424242. Windows color (decimal): -7269772 or 7606929. OLE color: 7606929.

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

Color convert

RGB14518116-
CMYK00.880.20.43
HSL313.7º77.91%31.96%-
HSV(B)313.7º87.59%56.86%-
XYZ15.057.7117.22-
YUV67.14155.58183.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.97%
GREEN value IS 18 (7.42% from 255) = 6.45%
BLUE value IS 116 (45.70% from 255) = 41.58%
R=51.97%
G=6.45%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451811600.880.20.43313.777.9131.96
Hex911274058142B13a4e20
Octal221221640130245347211640
Binary1001000110010111010001011000101001010111001110101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911274; }

 p { color: rgb(145,18,116); }

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

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

 a { background-color: rgb(145,18,116); }

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

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

 span { border-color: rgb(145,18,116); }

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