#8150AC

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

Shades of Studio #8150AC

Tints of Studio #8150AC

Color information

#8150AC (or 0x8150AC) is unknown color: approx Studio. HEX triplet: 81, 50 and AC. RGB value is (129,80,172). Sum of RGB (Red+Green+Blue) = 129+80+172=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #8150AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8150AC is #7EAF53. Grayscale: #686868. Windows color (decimal): -8302420 or 11292801. OLE color: 11292801.

HSL color Cylindrical-coordinate representation of color #8150AC: hue angle of 271.96º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8150AC is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12980172-
CMYK0.250.5300.33
HSL271.96º36.51%49.41%-
HSV(B)271.96º53.49%67.45%-
XYZ19.3713.3840.59-
YUV105.14165.73145.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.86%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=33.86%
G=21.00%
B=45.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129801720.250.5300.33271.9636.5149.41
Hex8150AC19350211102531
Octal20112025431650414204561
Binary10000001101000010101100110011101010100001100010000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8150AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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