#804EAD

Color #804EAD Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #804EAD

Tints of Studio #804EAD

Color information

#804EAD (or 0x804EAD) is unknown color: approx Studio. HEX triplet: 80, 4E and AD. RGB value is (128,78,173). Sum of RGB (Red+Green+Blue) = 128+78+173=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #804EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804EAD is #7FB152. Grayscale: #676767. Windows color (decimal): -8368467 or 11357824. OLE color: 11357824.

HSL color Cylindrical-coordinate representation of color #804EAD: hue angle of 271.58º 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 #804EAD is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12878173-
CMYK0.260.5500.32
HSL271.58º37.85%49.22%-
HSV(B)271.58º54.91%67.84%-
XYZ19.1713.0641.04-
YUV103.78167.06145.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=33.77%
G=20.58%
B=45.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128781730.260.5500.32271.5837.8549.22
Hex804EAD1A370201102631
Octal20011625532670404204661
Binary10000000100111010101101110101101110100000100010000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #804EAD;
 }
 .AnyTagClassName
 {
   color: #804EAD;
 }
</style>
background-color css

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

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

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

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

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

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