Html Css Color HEX #853EAE Studio

📋 copy color: '#853EAE'

red 133 ◦ green 62 ◦ blue 174

#853EAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #853EAE

Tints of Studio #853EAE

RGB

 RED value IS 133 (52.34% from 255) = 36.04%

 GREEN value IS 62 (24.61% from 255) = 16.8%

 BLUE value IS 174 (68.36% from 255) = 47.15%

R = 36.04%
G = 16.8%
B = 47.15%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#853EAE (or 0x853EAE) is known color: 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

RGB 133 62 174 -
CMYK 0.24 0.64 0 0.32
HSL 278.04º 0.47% 0.46% -
HSV(B) 278.04º 0.64% 0.68% -
XYZ 19.04 11.49 41.26 -
YUV 96 172.02 154.39 -
System Red Green Blue C M Y K H S L
Decimal 133 62 174 0.24 0.64 0 0.32 278.04 0.47 0.46
Hex 85 3E AE 18 40 0 20 116 2F 2E
Octal 205 76 256 30 100 0 40 426 57 56
Binary 10000101 111110 10101110 11000 1000000 0 100000 100010110 101111 101110

Color Harmonies of #853EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853EAE

Black with #853EAE

Text Example


Text Example

White with #853EAE

Text Example


Text Example

HTML Codes & Css Web 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>