Html Css Color HEX #804DAC Studio

📋 copy color: '#804DAC'

red 128 ◦ green 77 ◦ blue 172

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

Shades of Studio #804DAC

Tints of Studio #804DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 33.95%
G = 20.42%
B = 45.62%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#804DAC (or 0x804DAC) is known color: Studio. HEX triplet: 80, 4D and AC. RGB value is (128,77,172). Sum of RGB (Red+Green+Blue) = 128+77+172=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #804DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804DAC is #7FB253. Grayscale: #666666. Windows color (decimal): -8368724 or 11292032. OLE color: 11292032.

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

Color convert

RGB 128 77 172 -
CMYK 0.26 0.55 0 0.33
HSL 272.21º 0.38% 0.49% -
HSV(B) 272.21º 0.55% 0.67% -
XYZ 19 12.88 40.51 -
YUV 103.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 128 77 172 0.26 0.55 0 0.33 272.21 0.38 0.49
Hex 80 4D AC 1A 37 0 21 110 26 31
Octal 200 115 254 32 67 0 41 420 46 61
Binary 10000000 1001101 10101100 11010 110111 0 100001 100010000 100110 110001

Color Harmonies of #804DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804DAC

Black with #804DAC

Text Example


Text Example

White with #804DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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