#8351AE

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

Shades of Studio #8351AE

Tints of Studio #8351AE

Color information

#8351AE (or 0x8351AE) is unknown color: approx Studio. HEX triplet: 83, 51 and AE. RGB value is (131,81,174). Sum of RGB (Red+Green+Blue) = 131+81+174=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #8351AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8351AE is #7CAE51. Grayscale: #6A6A6A. Windows color (decimal): -8171090 or 11424131. OLE color: 11424131.

HSL color Cylindrical-coordinate representation of color #8351AE: hue angle of 272.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8351AE is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13181174-
CMYK0.250.5300.32
HSL272.26º36.47%50%-
HSV(B)272.26º53.45%68.24%-
XYZ19.9413.7741.65-
YUV106.55166.06145.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=33.94%
G=20.98%
B=45.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131811740.250.5300.32272.2636.4750
Hex8351AE19350201102432
Octal20312125631650404204462
Binary10000011101000110101110110011101010100000100010000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8351AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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