#8349B4

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

Shades of Studio #8349B4

Tints of Studio #8349B4

Color information

#8349B4 (or 0x8349B4) is unknown color: approx Studio. HEX triplet: 83, 49 and B4. RGB value is (131,73,180). Sum of RGB (Red+Green+Blue) = 131+73+180=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #8349B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8349B4 is #7CB64B. Grayscale: #666666. Windows color (decimal): -8173132 or 11815299. OLE color: 11815299.

HSL color Cylindrical-coordinate representation of color #8349B4: hue angle of 272.52º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8349B4 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13173180-
CMYK0.270.5900.29
HSL272.52º42.29%49.61%-
HSV(B)272.52º59.44%70.59%-
XYZ19.9812.8944.61-
YUV102.54171.72148.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.11%
GREEN value IS 73 (28.91% from 255) = 19.01%
BLUE value IS 180 (70.70% from 255) = 46.88%
R=34.11%
G=19.01%
B=46.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131731800.270.5900.29272.5242.2949.61
Hex8349B41B3B01D1112a32
Octal20311126433730354215262
Binary1000001110010011011010011011111011011101100010001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8349B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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