#8142AB

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

Shades of Studio #8142AB

Tints of Studio #8142AB

Color information

#8142AB (or 0x8142AB) is unknown color: approx Studio. HEX triplet: 81, 42 and AB. RGB value is (129,66,171). Sum of RGB (Red+Green+Blue) = 129+66+171=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #8142AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8142AB is #7EBD54. Grayscale: #606060. Windows color (decimal): -8306005 or 11223681. OLE color: 11223681.

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

Color convert

RGB12966171-
CMYK0.250.6100.33
HSL276º44.3%46.47%-
HSV(B)276º61.4%67.06%-
XYZ18.3511.539.78-
YUV96.81169.87150.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 66 (26.17% from 255) = 18.03%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=35.25%
G=18.03%
B=46.72%

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
Decimal129661710.250.6100.3327644.346.47
Hex8142AB193D0211142c2e
Octal20110225331750414245456
Binary10000001100001010101011110011111010100001100010100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8142AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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