#8140AE

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

Shades of Studio #8140AE

Tints of Studio #8140AE

Color information

#8140AE (or 0x8140AE) is unknown color: approx Studio. HEX triplet: 81, 40 and AE. RGB value is (129,64,174). Sum of RGB (Red+Green+Blue) = 129+64+174=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #8140AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8140AE is #7EBF51. Grayscale: #5F5F5F. Windows color (decimal): -8306514 or 11419777. OLE color: 11419777.

HSL color Cylindrical-coordinate representation of color #8140AE: hue angle of 275.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8140AE is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12964174-
CMYK0.260.6300.32
HSL275.45º46.22%46.67%-
HSV(B)275.45º63.22%68.24%-
XYZ18.5311.3941.27-
YUV95.98172.03151.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 64 (25.39% from 255) = 17.44%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=35.15%
G=17.44%
B=47.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129641740.260.6300.32275.4546.2246.67
Hex8140AE1A3F0201132e2f
Octal20110025632770404235657
Binary10000001100000010101110110101111110100000100010011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8140AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8140AE; }

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

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

<style>
 a { background-color: #8140AE; }

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

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

<style>
 span { border-color: #8140AE; }

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

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