Html Css Color HEX #853CAE Studio

📋 copy color: '#853CAE'

red 133 ◦ green 60 ◦ blue 174

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

Shades of Studio #853CAE

Tints of Studio #853CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.35%

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

R = 36.24%
G = 16.35%
B = 47.41%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#853CAE (or 0x853CAE) is known color: Studio. HEX triplet: 85, 3C and AE. RGB value is (133,60,174). Sum of RGB (Red+Green+Blue) = 133+60+174=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #853CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853CAE is #7AC351. Grayscale: #5E5E5E. Windows color (decimal): -8045394 or 11418757. OLE color: 11418757.

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

Color convert

RGB 133 60 174 -
CMYK 0.24 0.66 0 0.32
HSL 278.42º 0.49% 0.46% -
HSV(B) 278.42º 0.66% 0.68% -
XYZ 18.93 11.27 41.22 -
YUV 94.82 172.68 155.23 -
System Red Green Blue C M Y K H S L
Decimal 133 60 174 0.24 0.66 0 0.32 278.42 0.49 0.46
Hex 85 3C AE 18 42 0 20 116 31 2E
Octal 205 74 256 30 102 0 40 426 61 56
Binary 10000101 111100 10101110 11000 1000010 0 100000 100010110 110001 101110

Color Harmonies of #853CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853CAE

Black with #853CAE

Text Example


Text Example

White with #853CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #853CAE;
 }
 .AnyTagClassName
 {
   color: #853CAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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