#814D9E

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

Shades of Studio #814D9E

Tints of Studio #814D9E

Color information

#814D9E (or 0x814D9E) is unknown color: approx Studio. HEX triplet: 81, 4D and 9E. RGB value is (129,77,158). Sum of RGB (Red+Green+Blue) = 129+77+158=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #814D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814D9E is #7EB261. Grayscale: #656565. Windows color (decimal): -8303202 or 10374529. OLE color: 10374529.

HSL color Cylindrical-coordinate representation of color #814D9E: hue angle of 278.52º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #814D9E is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12977158-
CMYK0.180.5100.38
HSL278.52º34.47%46.08%-
HSV(B)278.52º51.27%61.96%-
XYZ17.8812.4433.81-
YUV101.78159.73147.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.44%
GREEN value IS 77 (30.47% from 255) = 21.15%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=35.44%
G=21.15%
B=43.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129771580.180.5100.38278.5234.4746.08
Hex814D9E1233026117222e
Octal20111523622630464274256
Binary10000001100110110011110100101100110100110100010111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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