#854177

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

Shades of Dark Purple #854177

Tints of Dark Purple #854177

Color information

#854177 (or 0x854177) is unknown color: approx Dark Purple. HEX triplet: 85, 41 and 77. RGB value is (133,65,119). Sum of RGB (Red+Green+Blue) = 133+65+119=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #854177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854177 is #7ABE88. Grayscale: #5B5B5B. Windows color (decimal): -8044169 or 7815557. OLE color: 7815557.

HSL color Cylindrical-coordinate representation of color #854177: hue angle of 312.35º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854177 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13365119-
CMYK00.510.110.48
HSL312.35º34.34%38.82%-
HSV(B)312.35º51.13%52.16%-
XYZ14.8910.118.62-
YUV91.49143.53157.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=41.96%
G=20.50%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336511900.510.110.48312.3534.3438.82
Hex854177033B301382227
Octal20510116706313604704247
Binary100001011000001111011101100111011110000100111000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854177; }

 p { color: rgb(133,65,119); }

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

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

 a { background-color: rgb(133,65,119); }

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

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

 span { border-color: rgb(133,65,119); }

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