#8351A7

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

Shades of Studio #8351A7

Tints of Studio #8351A7

Color information

#8351A7 (or 0x8351A7) is unknown color: approx Studio. HEX triplet: 83, 51 and A7. RGB value is (131,81,167). Sum of RGB (Red+Green+Blue) = 131+81+167=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 167 - color contains mainly: blue. Hex color #8351A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8351A7 is #7CAE58. Grayscale: #696969. Windows color (decimal): -8171097 or 10965379. OLE color: 10965379.

HSL color Cylindrical-coordinate representation of color #8351A7: hue angle of 274.88º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8351A7 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13181167-
CMYK0.220.5100.35
HSL274.88º34.68%48.63%-
HSV(B)274.88º51.5%65.49%-
XYZ19.2813.538.15-
YUV105.75162.56146.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 167 (65.62% from 255) = 44.06%
R=34.56%
G=21.37%
B=44.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131811670.220.5100.35274.8834.6848.63
Hex8351A716330231132331
Octal20312124726630434234361
Binary10000011101000110100111101101100110100011100010011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8351A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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