#8151AA

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

Shades of Studio #8151AA

Tints of Studio #8151AA

Color information

#8151AA (or 0x8151AA) is unknown color: approx Studio. HEX triplet: 81, 51 and AA. RGB value is (129,81,170). Sum of RGB (Red+Green+Blue) = 129+81+170=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #8151AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8151AA is #7EAE55. Grayscale: #696969. Windows color (decimal): -8302166 or 11161985. OLE color: 11161985.

HSL color Cylindrical-coordinate representation of color #8151AA: hue angle of 272.36º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8151AA is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12981170-
CMYK0.240.5200.33
HSL272.36º35.46%49.22%-
HSV(B)272.36º52.35%66.67%-
XYZ19.2513.4539.61-
YUV105.5164.4144.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.95%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=33.95%
G=21.32%
B=44.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129811700.240.5200.33272.3635.4649.22
Hex8151AA18340211102331
Octal20112125230640414204361
Binary10000001101000110101010110001101000100001100010000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8151AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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