#8151A1

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

Shades of Studio #8151A1

Tints of Studio #8151A1

Color information

#8151A1 (or 0x8151A1) is unknown color: approx Studio. HEX triplet: 81, 51 and A1. RGB value is (129,81,161). Sum of RGB (Red+Green+Blue) = 129+81+161=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 161 - color contains mainly: blue. Hex color #8151A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8151A1 is #7EAE5E. Grayscale: #686868. Windows color (decimal): -8302175 or 10572161. OLE color: 10572161.

HSL color Cylindrical-coordinate representation of color #8151A1: hue angle of 276º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8151A1 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12981161-
CMYK0.200.5000.37
HSL276º33.06%47.45%-
HSV(B)276º49.69%63.14%-
XYZ18.4313.1335.28-
YUV104.47159.9145.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.77%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 161 (63.28% from 255) = 43.40%
R=34.77%
G=21.83%
B=43.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal129811610.200.5000.3727633.0647.45
Hex8151A11432025114212f
Octal20112124124620454244157
Binary10000001101000110100001101001100100100101100010100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8151A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8151A1; }

 p { color: rgb(129,81,161); }

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

<style>
 a { background-color: #8151A1; }

 a { background-color: rgb(129,81,161); }

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

<style>
 span { border-color: #8151A1; }

 span { border-color: rgb(129,81,161); }

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