#814E9A

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

Shades of Studio #814E9A

Tints of Studio #814E9A

Color information

#814E9A (or 0x814E9A) is unknown color: approx Studio. HEX triplet: 81, 4E and 9A. RGB value is (129,78,154). Sum of RGB (Red+Green+Blue) = 129+78+154=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #814E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814E9A is #7EB165. Grayscale: #656565. Windows color (decimal): -8302950 or 10112641. OLE color: 10112641.

HSL color Cylindrical-coordinate representation of color #814E9A: hue angle of 280.26º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #814E9A is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12978154-
CMYK0.160.4900.40
HSL280.26º32.76%45.49%-
HSV(B)280.26º49.35%60.39%-
XYZ17.6112.4532.05-
YUV101.91157.4147.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.73%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 154 (60.55% from 255) = 42.66%
R=35.73%
G=21.61%
B=42.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129781540.160.4900.40280.2632.7645.49
Hex814E9A1031028118212d
Octal20111623220610504304155
Binary10000001100111010011010100001100010101000100011000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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