#8351AA

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

Shades of Studio #8351AA

Tints of Studio #8351AA

Color information

#8351AA (or 0x8351AA) is unknown color: approx Studio. HEX triplet: 83, 51 and AA. RGB value is (131,81,170). Sum of RGB (Red+Green+Blue) = 131+81+170=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #8351AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8351AA is #7CAE55. Grayscale: #696969. Windows color (decimal): -8171094 or 11161987. OLE color: 11161987.

HSL color Cylindrical-coordinate representation of color #8351AA: hue angle of 273.71º 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 #8351AA is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13181170-
CMYK0.230.5200.33
HSL273.71º35.46%49.22%-
HSV(B)273.71º52.35%66.67%-
XYZ19.5613.6139.63-
YUV106.1164.06145.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=34.29%
G=21.20%
B=44.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131811700.230.5200.33273.7135.4649.22
Hex8351AA17340211122331
Octal20312125227640414224361
Binary10000011101000110101010101111101000100001100010010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8351AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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