#814EAC

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

Shades of Studio #814EAC

Tints of Studio #814EAC

Color information

#814EAC (or 0x814EAC) is unknown color: approx Studio. HEX triplet: 81, 4E and AC. RGB value is (129,78,172). Sum of RGB (Red+Green+Blue) = 129+78+172=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #814EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814EAC is #7EB153. Grayscale: #676767. Windows color (decimal): -8302932 or 11292289. OLE color: 11292289.

HSL color Cylindrical-coordinate representation of color #814EAC: hue angle of 272.55º 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 #814EAC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12978172-
CMYK0.250.5500.33
HSL272.55º37.6%49.02%-
HSV(B)272.55º54.65%67.45%-
XYZ19.2213.0940.54-
YUV103.96166.4145.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=34.04%
G=20.58%
B=45.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129781720.250.5500.33272.5537.649.02
Hex814EAC19370211112631
Octal20111625431670414214661
Binary10000001100111010101100110011101110100001100010001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814EAC; }

 p { color: rgb(129,78,172); }

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

<style>
 a { background-color: #814EAC; }

 a { background-color: rgb(129,78,172); }

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

<style>
 span { border-color: #814EAC; }

 span { border-color: rgb(129,78,172); }

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