#8359B1

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

Shades of Studio #8359B1

Tints of Studio #8359B1

Color information

#8359B1 (or 0x8359B1) is unknown color: approx Studio. HEX triplet: 83, 59 and B1. RGB value is (131,89,177). Sum of RGB (Red+Green+Blue) = 131+89+177=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #8359B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8359B1 is #7CA64E. Grayscale: #6F6F6F. Windows color (decimal): -8169039 or 11622787. OLE color: 11622787.

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

Color convert

RGB13189177-
CMYK0.260.5000.31
HSL268.64º36.07%52.16%-
HSV(B)268.64º49.72%69.41%-
XYZ20.8715.1443.42-
YUV111.59164.91141.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.00%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 177 (69.53% from 255) = 44.58%
R=33.00%
G=22.42%
B=44.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131891770.260.5000.31268.6436.0752.16
Hex8359B11A3201F10d2434
Octal20313126132620374154464
Binary1000001110110011011000111010110010011111100001101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8359B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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