Html Css Color HEX #853DAE Studio

📋 copy color: '#853DAE'

red 133 ◦ green 61 ◦ blue 174

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

Shades of Studio #853DAE

Tints of Studio #853DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.58%

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

R = 36.14%
G = 16.58%
B = 47.28%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#853DAE (or 0x853DAE) is known color: Studio. HEX triplet: 85, 3D and AE. RGB value is (133,61,174). Sum of RGB (Red+Green+Blue) = 133+61+174=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #853DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853DAE is #7AC251. Grayscale: #5F5F5F. Windows color (decimal): -8045138 or 11419013. OLE color: 11419013.

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

Color convert

RGB 133 61 174 -
CMYK 0.24 0.65 0 0.32
HSL 278.23º 0.48% 0.46% -
HSV(B) 278.23º 0.65% 0.68% -
XYZ 18.98 11.38 41.24 -
YUV 95.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 133 61 174 0.24 0.65 0 0.32 278.23 0.48 0.46
Hex 85 3D AE 18 41 0 20 116 30 2E
Octal 205 75 256 30 101 0 40 426 60 56
Binary 10000101 111101 10101110 11000 1000001 0 100000 100010110 110000 101110

Color Harmonies of #853DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DAE

Black with #853DAE

Text Example


Text Example

White with #853DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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