Html Css Color HEX #804EAE Studio

📋 copy color: '#804EAE'

red 128 ◦ green 78 ◦ blue 174

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

Shades of Studio #804EAE

Tints of Studio #804EAE

RGB

 RED value IS 128 (50.39% from 255) = 33.68%

 GREEN value IS 78 (30.86% from 255) = 20.53%

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

R = 33.68%
G = 20.53%
B = 45.79%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#804EAE (or 0x804EAE) is known color: Studio. HEX triplet: 80, 4E and AE. RGB value is (128,78,174). Sum of RGB (Red+Green+Blue) = 128+78+174=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #804EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804EAE is #7FB151. Grayscale: #676767. Windows color (decimal): -8368466 or 11423360. OLE color: 11423360.

HSL color Cylindrical-coordinate representation of color #804EAE: hue angle of 271.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804EAE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 78 174 -
CMYK 0.26 0.55 0 0.32
HSL 271.25º 0.38% 0.49% -
HSV(B) 271.25º 0.55% 0.68% -
XYZ 19.27 13.09 41.56 -
YUV 103.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 128 78 174 0.26 0.55 0 0.32 271.25 0.38 0.49
Hex 80 4E AE 1A 37 0 20 10F 26 31
Octal 200 116 256 32 67 0 40 417 46 61
Binary 10000000 1001110 10101110 11010 110111 0 100000 100001111 100110 110001

Color Harmonies of #804EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804EAE

Black with #804EAE

Text Example


Text Example

White with #804EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,78,174); }

 H1.HeaderClassName
 {
   color: #804EAE;
 }
 .AnyTagClassName
 {
   color: #804EAE;
 }
</style>

background-color css

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

 a { background-color: rgb(128,78,174); }

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

border-color css

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

 span { border-color: rgb(128,78,174); }

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