#8358B1

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

Shades of Studio #8358B1

Tints of Studio #8358B1

Color information

#8358B1 (or 0x8358B1) is unknown color: approx Studio. HEX triplet: 83, 58 and B1. RGB value is (131,88,177). Sum of RGB (Red+Green+Blue) = 131+88+177=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #8358B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8358B1 is #7CA74E. Grayscale: #6E6E6E. Windows color (decimal): -8169295 or 11622531. OLE color: 11622531.

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

Color convert

RGB13188177-
CMYK0.260.5000.31
HSL268.99º36.33%51.96%-
HSV(B)268.99º50.28%69.41%-
XYZ20.7914.9843.39-
YUV111165.25142.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 88 (34.77% from 255) = 22.22%
BLUE value IS 177 (69.53% from 255) = 44.70%
R=33.08%
G=22.22%
B=44.70%

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
Decimal131881770.260.5000.31268.9936.3351.96
Hex8358B11A3201F10d2434
Octal20313026132620374154464
Binary1000001110110001011000111010110010011111100001101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8358B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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