#8146AC

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

Shades of Studio #8146AC

Tints of Studio #8146AC

Color information

#8146AC (or 0x8146AC) is unknown color: approx Studio. HEX triplet: 81, 46 and AC. RGB value is (129,70,172). Sum of RGB (Red+Green+Blue) = 129+70+172=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #8146AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8146AC is #7EB953. Grayscale: #626262. Windows color (decimal): -8304980 or 11290241. OLE color: 11290241.

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

Color convert

RGB12970172-
CMYK0.250.5900.33
HSL274.71º42.15%47.45%-
HSV(B)274.71º59.3%67.45%-
XYZ18.6912.0340.37-
YUV99.27169.05149.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.77%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 172 (67.58% from 255) = 46.36%
R=34.77%
G=18.87%
B=46.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129701720.250.5900.33274.7142.1547.45
Hex8146AC193B0211132a2f
Octal20110625431730414235257
Binary10000001100011010101100110011110110100001100010011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8146AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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