#8350B2

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

Shades of Studio #8350B2

Tints of Studio #8350B2

Color information

#8350B2 (or 0x8350B2) is unknown color: approx Studio. HEX triplet: 83, 50 and B2. RGB value is (131,80,178). Sum of RGB (Red+Green+Blue) = 131+80+178=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 178 - color contains mainly: blue. Hex color #8350B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8350B2 is #7CAF4D. Grayscale: #6A6A6A. Windows color (decimal): -8171342 or 11686019. OLE color: 11686019.

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

Color convert

RGB13180178-
CMYK0.260.5500.30
HSL271.22º38.89%50.59%-
HSV(B)271.22º55.06%69.8%-
XYZ20.2613.7843.71-
YUV106.42168.4145.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 80 (31.64% from 255) = 20.57%
BLUE value IS 178 (69.92% from 255) = 45.76%
R=33.68%
G=20.57%
B=45.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131801780.260.5500.30271.2238.8950.59
Hex8350B21A3701E10f2733
Octal20312026232670364174763
Binary1000001110100001011001011010110111011110100001111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8350B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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