#914178

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

Shades of Dark Purple #914178

Tints of Dark Purple #914178

Color information

#914178 (or 0x914178) is unknown color: approx Dark Purple. HEX triplet: 91, 41 and 78. RGB value is (145,65,120). Sum of RGB (Red+Green+Blue) = 145+65+120=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #914178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914178 is #6EBE87. Grayscale: #5F5F5F. Windows color (decimal): -7257736 or 7881105. OLE color: 7881105.

HSL color Cylindrical-coordinate representation of color #914178: hue angle of 318.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #914178 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14565120-
CMYK00.550.170.43
HSL318.75º38.1%41.18%-
HSV(B)318.75º55.17%56.86%-
XYZ16.9611.1619.03-
YUV95.19142163.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=43.94%
G=19.70%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456512000.550.170.43318.7538.141.18
Hex914178037112B13f2629
Octal22110117006721534774651
Binary1001000110000011111000011011110001101011100111111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914178; }

 p { color: rgb(145,65,120); }

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

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

 a { background-color: rgb(145,65,120); }

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

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

 span { border-color: rgb(145,65,120); }

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