#8350B1

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

Shades of Studio #8350B1

Tints of Studio #8350B1

Color information

#8350B1 (or 0x8350B1) is unknown color: approx Studio. HEX triplet: 83, 50 and B1. RGB value is (131,80,177). Sum of RGB (Red+Green+Blue) = 131+80+177=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #8350B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8350B1 is #7CAF4E. Grayscale: #696969. Windows color (decimal): -8171343 or 11620483. OLE color: 11620483.

HSL color Cylindrical-coordinate representation of color #8350B1: hue angle of 271.55º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8350B1 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13180177-
CMYK0.260.5500.31
HSL271.55º38.34%50.39%-
HSV(B)271.55º54.8%69.41%-
XYZ20.1613.7443.18-
YUV106.31167.9145.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.76%
GREEN value IS 80 (31.64% from 255) = 20.62%
BLUE value IS 177 (69.53% from 255) = 45.62%
R=33.76%
G=20.62%
B=45.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131801770.260.5500.31271.5538.3450.39
Hex8350B11A3701F1102632
Octal20312026132670374204662
Binary1000001110100001011000111010110111011111100010000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8350B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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