#853878

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

Shades of Dark Purple #853878

Tints of Dark Purple #853878

Color information

#853878 (or 0x853878) is unknown color: approx Dark Purple. HEX triplet: 85, 38 and 78. RGB value is (133,56,120). Sum of RGB (Red+Green+Blue) = 133+56+120=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #853878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853878 is #7AC787. Grayscale: #565656. Windows color (decimal): -8046472 or 7878789. OLE color: 7878789.

HSL color Cylindrical-coordinate representation of color #853878: hue angle of 310.13º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853878 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB13356120-
CMYK00.580.100.48
HSL310.13º40.74%37.06%-
HSV(B)310.13º57.89%52.16%-
XYZ14.489.1718.78-
YUV86.32147.01161.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 56 (22.27% from 255) = 18.12%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=43.04%
G=18.12%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335612000.580.100.48310.1340.7437.06
Hex85387803AA301362925
Octal2057017007212604665145
Binary10000101111000111100001110101010110000100110110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853878; }

 p { color: rgb(133,56,120); }

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

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

 a { background-color: rgb(133,56,120); }

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

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

 span { border-color: rgb(133,56,120); }

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