#814D9D

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

Shades of Studio #814D9D

Tints of Studio #814D9D

Color information

#814D9D (or 0x814D9D) is unknown color: approx Studio. HEX triplet: 81, 4D and 9D. RGB value is (129,77,157). Sum of RGB (Red+Green+Blue) = 129+77+157=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #814D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814D9D is #7EB262. Grayscale: #656565. Windows color (decimal): -8303203 or 10308993. OLE color: 10308993.

HSL color Cylindrical-coordinate representation of color #814D9D: hue angle of 279º 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 #814D9D is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12977157-
CMYK0.180.5100.38
HSL279º34.19%45.88%-
HSV(B)279º50.96%61.57%-
XYZ17.7912.4133.36-
YUV101.67159.23147.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 77 (30.47% from 255) = 21.21%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=35.54%
G=21.21%
B=43.25%

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
Decimal129771570.180.5100.3827934.1945.88
Hex814D9D1233026117222e
Octal20111523522630464274256
Binary10000001100110110011101100101100110100110100010111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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