Html Css Color HEX #804DAE Studio

📋 copy color: '#804DAE'

red 128 ◦ green 77 ◦ blue 174

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

Shades of Studio #804DAE

Tints of Studio #804DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.32%

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

R = 33.77%
G = 20.32%
B = 45.91%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#804DAE (or 0x804DAE) is known color: Studio. HEX triplet: 80, 4D and AE. RGB value is (128,77,174). Sum of RGB (Red+Green+Blue) = 128+77+174=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #804DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804DAE is #7FB251. Grayscale: #666666. Windows color (decimal): -8368722 or 11423104. OLE color: 11423104.

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

Color convert

RGB 128 77 174 -
CMYK 0.26 0.56 0 0.32
HSL 271.55º 0.39% 0.49% -
HSV(B) 271.55º 0.56% 0.68% -
XYZ 19.2 12.95 41.53 -
YUV 103.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 128 77 174 0.26 0.56 0 0.32 271.55 0.39 0.49
Hex 80 4D AE 1A 38 0 20 110 27 31
Octal 200 115 256 32 70 0 40 420 47 61
Binary 10000000 1001101 10101110 11010 111000 0 100000 100010000 100111 110001

Color Harmonies of #804DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804DAE

Black with #804DAE

Text Example


Text Example

White with #804DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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