#8139AE

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

Shades of Studio #8139AE

Tints of Studio #8139AE

Color information

#8139AE (or 0x8139AE) is unknown color: approx Studio. HEX triplet: 81, 39 and AE. RGB value is (129,57,174). Sum of RGB (Red+Green+Blue) = 129+57+174=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #8139AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8139AE is #7EC651. Grayscale: #5B5B5B. Windows color (decimal): -8308306 or 11417985. OLE color: 11417985.

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

Color convert

RGB12957174-
CMYK0.260.6700.32
HSL276.92º50.65%45.29%-
HSV(B)276.92º67.24%68.24%-
XYZ18.1610.6541.14-
YUV91.87174.35154.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 57 (22.66% from 255) = 15.83%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=35.83%
G=15.83%
B=48.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129571740.260.6700.32276.9250.6545.29
Hex8139AE1A43020115332d
Octal20171256321030404256355
Binary10000001111001101011101101010000110100000100010101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8139AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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