#8158AA

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

Shades of Studio #8158AA

Tints of Studio #8158AA

Color information

#8158AA (or 0x8158AA) is unknown color: approx Studio. HEX triplet: 81, 58 and AA. RGB value is (129,88,170). Sum of RGB (Red+Green+Blue) = 129+88+170=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #8158AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8158AA is #7EA755. Grayscale: #6D6D6D. Windows color (decimal): -8300374 or 11163777. OLE color: 11163777.

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

Color convert

RGB12988170-
CMYK0.240.4800.33
HSL270º32.54%50.59%-
HSV(B)270º48.24%66.67%-
XYZ19.814.5539.79-
YUV109.61162.08141.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 22.74%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=33.33%
G=22.74%
B=43.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129881700.240.4800.3327032.5450.59
Hex8158AA183002110e2133
Octal20113025230600414164163
Binary10000001101100010101010110001100000100001100001110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8158AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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