#8357B2

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

Shades of Studio #8357B2

Tints of Studio #8357B2

Color information

#8357B2 (or 0x8357B2) is unknown color: approx Studio. HEX triplet: 83, 57 and B2. RGB value is (131,87,178). Sum of RGB (Red+Green+Blue) = 131+87+178=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #8357B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8357B2 is #7CA84D. Grayscale: #6E6E6E. Windows color (decimal): -8169550 or 11687811. OLE color: 11687811.

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

Color convert

RGB13187178-
CMYK0.260.5100.30
HSL269.01º37.14%51.96%-
HSV(B)269.01º51.12%69.8%-
XYZ20.814.8643.89-
YUV110.53166.08142.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 87 (34.38% from 255) = 21.97%
BLUE value IS 178 (69.92% from 255) = 44.95%
R=33.08%
G=21.97%
B=44.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131871780.260.5100.30269.0137.1451.96
Hex8357B21A3301E10d2534
Octal20312726232630364154564
Binary1000001110101111011001011010110011011110100001101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8357B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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