#8151A5

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

Shades of Studio #8151A5

Tints of Studio #8151A5

Color information

#8151A5 (or 0x8151A5) is unknown color: approx Studio. HEX triplet: 81, 51 and A5. RGB value is (129,81,165). Sum of RGB (Red+Green+Blue) = 129+81+165=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 165 - color contains mainly: blue. Hex color #8151A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8151A5 is #7EAE5A. Grayscale: #686868. Windows color (decimal): -8302171 or 10834305. OLE color: 10834305.

HSL color Cylindrical-coordinate representation of color #8151A5: hue angle of 274.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8151A5 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12981165-
CMYK0.220.5100.35
HSL274.29º34.15%48.24%-
HSV(B)274.29º50.91%64.71%-
XYZ18.7913.2737.17-
YUV104.93161.9145.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 165 (64.84% from 255) = 44%
R=34.4%
G=21.6%
B=44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal129811650.220.5100.35274.2934.1548.24
Hex8151A516330231122230
Octal20112124526630434224260
Binary10000001101000110100101101101100110100011100010010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8151A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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