#8150ae

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

Shades of Studio #8150AE

Tints of Studio #8150AE

Color information

#8150AE (or 0x8150AE) is unknown color: approx Studio. HEX triplet: 81, 50 and AE. RGB value is (129,80,174). Sum of RGB (Red+Green+Blue) = 129+80+174=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #8150AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8150AE is #7EAF51. Grayscale: #696969. Windows color (decimal): -8302418 or 11423873. OLE color: 11423873.

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

Color convert

RGB12980174-
CMYK0.260.5400.32
HSL271.28º37.01%49.8%-
HSV(B)271.28º54.02%68.24%-
XYZ19.5613.4641.61-
YUV105.37166.73144.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=33.68%
G=20.89%
B=45.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129801740.260.5400.32271.2837.0149.8
Hex8150AE1A3602010f2532
Octal20112025632660404174562
Binary10000001101000010101110110101101100100000100001111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8150ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8150ae; }

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

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

<style>
 a { background-color: #8150ae; }

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

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

<style>
 span { border-color: #8150ae; }

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

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