#814DAF

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

Shades of Studio #814DAF

Tints of Studio #814DAF

Color information

#814DAF (or 0x814DAF) is unknown color: approx Studio. HEX triplet: 81, 4D and AF. RGB value is (129,77,175). Sum of RGB (Red+Green+Blue) = 129+77+175=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #814DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814DAF is #7EB250. Grayscale: #676767. Windows color (decimal): -8303185 or 11488641. OLE color: 11488641.

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

Color convert

RGB12977175-
CMYK0.260.5600.31
HSL271.84º38.89%49.41%-
HSV(B)271.84º56%68.63%-
XYZ19.4513.0742.06-
YUV103.72168.23146.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.86%
GREEN value IS 77 (30.47% from 255) = 20.21%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=33.86%
G=20.21%
B=45.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129771750.260.5600.31271.8438.8949.41
Hex814DAF1A3801F1102731
Octal20111525732700374204761
Binary1000000110011011010111111010111000011111100010000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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