#8154AA

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

Shades of Studio #8154AA

Tints of Studio #8154AA

Color information

#8154AA (or 0x8154AA) is unknown color: approx Studio. HEX triplet: 81, 54 and AA. RGB value is (129,84,170). Sum of RGB (Red+Green+Blue) = 129+84+170=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #8154AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8154AA is #7EAB55. Grayscale: #6A6A6A. Windows color (decimal): -8301398 or 11162753. OLE color: 11162753.

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

Color convert

RGB12984170-
CMYK0.240.5100.33
HSL271.4º33.86%49.8%-
HSV(B)271.4º50.59%66.67%-
XYZ19.4813.9139.69-
YUV107.26163.41143.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=33.68%
G=21.93%
B=44.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129841700.240.5100.33271.433.8649.8
Hex8154AA183302110f2232
Octal20112425230630414174262
Binary10000001101010010101010110001100110100001100001111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8154AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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