#8346B3

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

Shades of Studio #8346B3

Tints of Studio #8346B3

Color information

#8346B3 (or 0x8346B3) is unknown color: approx Studio. HEX triplet: 83, 46 and B3. RGB value is (131,70,179). Sum of RGB (Red+Green+Blue) = 131+70+179=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #8346B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8346B3 is #7CB94C. Grayscale: #646464. Windows color (decimal): -8173901 or 11748995. OLE color: 11748995.

HSL color Cylindrical-coordinate representation of color #8346B3: hue angle of 273.58º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8346B3 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13170179-
CMYK0.270.6100.30
HSL273.58º43.78%48.82%-
HSV(B)273.58º60.89%70.2%-
XYZ19.6912.4644.02-
YUV100.66172.21149.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.47%
GREEN value IS 70 (27.73% from 255) = 18.42%
BLUE value IS 179 (70.31% from 255) = 47.11%
R=34.47%
G=18.42%
B=47.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131701790.270.6100.30273.5843.7848.82
Hex8346B31B3D01E1122c31
Octal20310626333750364225461
Binary1000001110001101011001111011111101011110100010010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8346B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8346B3; }

 p { color: rgb(131,70,179); }

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

<style>
 a { background-color: #8346B3; }

 a { background-color: rgb(131,70,179); }

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

<style>
 span { border-color: #8346B3; }

 span { border-color: rgb(131,70,179); }

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