#853A75

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

Shades of Dark Purple #853A75

Tints of Dark Purple #853A75

Color information

#853A75 (or 0x853A75) is unknown color: approx Dark Purple. HEX triplet: 85, 3A and 75. RGB value is (133,58,117). Sum of RGB (Red+Green+Blue) = 133+58+117=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #853A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A75 is #7AC58A. Grayscale: #565656. Windows color (decimal): -8045963 or 7682693. OLE color: 7682693.

HSL color Cylindrical-coordinate representation of color #853A75: hue angle of 312.8º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853A75 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13358117-
CMYK00.560.120.48
HSL312.8º39.27%37.45%-
HSV(B)312.8º56.39%52.16%-
XYZ14.49.317.87-
YUV87.15144.85160.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 58 (23.05% from 255) = 18.83%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=43.18%
G=18.83%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335811700.560.120.48312.839.2737.45
Hex853A75038C301392725
Octal2057216507014604714745
Binary10000101111010111010101110001100110000100111001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853A75; }

 p { color: rgb(133,58,117); }

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

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

 a { background-color: rgb(133,58,117); }

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

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

 span { border-color: rgb(133,58,117); }

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