#8349B2

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

Shades of Studio #8349B2

Tints of Studio #8349B2

Color information

#8349B2 (or 0x8349B2) is unknown color: approx Studio. HEX triplet: 83, 49 and B2. RGB value is (131,73,178). Sum of RGB (Red+Green+Blue) = 131+73+178=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #8349B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8349B2 is #7CB64D. Grayscale: #656565. Windows color (decimal): -8173134 or 11684227. OLE color: 11684227.

HSL color Cylindrical-coordinate representation of color #8349B2: hue angle of 273.14º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8349B2 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13173178-
CMYK0.260.5900.30
HSL273.14º41.83%49.22%-
HSV(B)273.14º58.99%69.8%-
XYZ19.7812.843.55-
YUV102.31170.72148.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 73 (28.91% from 255) = 19.11%
BLUE value IS 178 (69.92% from 255) = 46.60%
R=34.29%
G=19.11%
B=46.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131731780.260.5900.30273.1441.8349.22
Hex8349B21A3B01E1112a31
Octal20311126232730364215261
Binary1000001110010011011001011010111011011110100010001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8349B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8349B2; }

 p { color: rgb(131,73,178); }

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

<style>
 a { background-color: #8349B2; }

 a { background-color: rgb(131,73,178); }

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

<style>
 span { border-color: #8349B2; }

 span { border-color: rgb(131,73,178); }

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