#853EAE

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

Shades of Studio #853EAE

Tints of Studio #853EAE

Color information

#853EAE (or 0x853EAE) is unknown color: approx Studio. HEX triplet: 85, 3E and AE. RGB value is (133,62,174). Sum of RGB (Red+Green+Blue) = 133+62+174=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #853EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853EAE is #7AC151. Grayscale: #5F5F5F. Windows color (decimal): -8044882 or 11419269. OLE color: 11419269.

HSL color Cylindrical-coordinate representation of color #853EAE: hue angle of 278.04º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853EAE is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13362174-
CMYK0.240.6400.32
HSL278.04º47.46%46.27%-
HSV(B)278.04º64.37%68.24%-
XYZ19.0411.4941.26-
YUV96172.02154.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 62 (24.61% from 255) = 16.80%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=36.04%
G=16.80%
B=47.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133621740.240.6400.32278.0447.4646.27
Hex853EAE18400201162f2e
Octal20576256301000404265756
Binary10000101111110101011101100010000000100000100010110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,62,174); }

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

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

 a { background-color: rgb(133,62,174); }

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

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

 span { border-color: rgb(133,62,174); }

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