#8350B0

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

Shades of Studio #8350B0

Tints of Studio #8350B0

Color information

#8350B0 (or 0x8350B0) is unknown color: approx Studio. HEX triplet: 83, 50 and B0. RGB value is (131,80,176). Sum of RGB (Red+Green+Blue) = 131+80+176=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 176 - color contains mainly: blue. Hex color #8350B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8350B0 is #7CAF4F. Grayscale: #696969. Windows color (decimal): -8171344 or 11554947. OLE color: 11554947.

HSL color Cylindrical-coordinate representation of color #8350B0: hue angle of 271.88º 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 #8350B0 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13180176-
CMYK0.260.5500.31
HSL271.88º37.8%50.2%-
HSV(B)271.88º54.55%69.02%-
XYZ20.0713.742.66-
YUV106.19167.4145.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.85%
GREEN value IS 80 (31.64% from 255) = 20.67%
BLUE value IS 176 (69.14% from 255) = 45.48%
R=33.85%
G=20.67%
B=45.48%

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
Decimal131801760.260.5500.31271.8837.850.2
Hex8350B01A3701F1102632
Octal20312026032670374204662
Binary1000001110100001011000011010110111011111100010000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8350B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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