#853876

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

Shades of Dark Purple #853876

Tints of Dark Purple #853876

Color information

#853876 (or 0x853876) is unknown color: approx Dark Purple. HEX triplet: 85, 38 and 76. RGB value is (133,56,118). Sum of RGB (Red+Green+Blue) = 133+56+118=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #853876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853876 is #7AC789. Grayscale: #555555. Windows color (decimal): -8046474 or 7747717. OLE color: 7747717.

HSL color Cylindrical-coordinate representation of color #853876: hue angle of 311.69º 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 #853876 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13356118-
CMYK00.580.110.48
HSL311.69º40.74%37.06%-
HSV(B)311.69º57.89%52.16%-
XYZ14.369.1218.14-
YUV86.09146.01161.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=43.32%
G=18.24%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335611800.580.110.48311.6940.7437.06
Hex85387603AB301382925
Octal2057016607213604705145
Binary10000101111000111011001110101011110000100111000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853876; }

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

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

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

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

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

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

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

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