#8143AB

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

Shades of Studio #8143AB

Tints of Studio #8143AB

Color information

#8143AB (or 0x8143AB) is unknown color: approx Studio. HEX triplet: 81, 43 and AB. RGB value is (129,67,171). Sum of RGB (Red+Green+Blue) = 129+67+171=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #8143AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8143AB is #7EBC54. Grayscale: #616161. Windows color (decimal): -8305749 or 11223937. OLE color: 11223937.

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

Color convert

RGB12967171-
CMYK0.250.6100.33
HSL275.77º43.7%46.67%-
HSV(B)275.77º60.82%67.06%-
XYZ18.4111.6239.8-
YUV97.39169.54150.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 67 (26.56% from 255) = 18.26%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=35.15%
G=18.26%
B=46.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129671710.250.6100.33275.7743.746.67
Hex8143AB193D0211142c2f
Octal20110325331750414245457
Binary10000001100001110101011110011111010100001100010100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8143AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8143AB; }

 p { color: rgb(129,67,171); }

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

<style>
 a { background-color: #8143AB; }

 a { background-color: rgb(129,67,171); }

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

<style>
 span { border-color: #8143AB; }

 span { border-color: rgb(129,67,171); }

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