#814DAE

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

Shades of Studio #814DAE

Tints of Studio #814DAE

Color information

#814DAE (or 0x814DAE) is unknown color: approx Studio. HEX triplet: 81, 4D and AE. RGB value is (129,77,174). Sum of RGB (Red+Green+Blue) = 129+77+174=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 77 (30.47% from 255 or 20.26% 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 #814DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814DAE is #7EB251. Grayscale: #676767. Windows color (decimal): -8303186 or 11423105. OLE color: 11423105.

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

Color convert

RGB12977174-
CMYK0.260.5600.32
HSL272.16º38.65%49.22%-
HSV(B)272.16º55.75%68.24%-
XYZ19.3513.0341.54-
YUV103.61167.73146.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.95%
GREEN value IS 77 (30.47% from 255) = 20.26%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=33.95%
G=20.26%
B=45.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129771740.260.5600.32272.1638.6549.22
Hex814DAE1A380201102731
Octal20111525632700404204761
Binary10000001100110110101110110101110000100000100010000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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