#8358AC

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

Shades of Studio #8358AC

Tints of Studio #8358AC

Color information

#8358AC (or 0x8358AC) is unknown color: approx Studio. HEX triplet: 83, 58 and AC. RGB value is (131,88,172). Sum of RGB (Red+Green+Blue) = 131+88+172=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #8358AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8358AC is #7CA753. Grayscale: #6E6E6E. Windows color (decimal): -8169300 or 11294851. OLE color: 11294851.

HSL color Cylindrical-coordinate representation of color #8358AC: hue angle of 270.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8358AC is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13188172-
CMYK0.240.4900.33
HSL270.71º33.6%50.98%-
HSV(B)270.71º48.84%67.45%-
XYZ20.314.7840.81-
YUV110.43162.75142.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=33.50%
G=22.51%
B=43.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131881720.240.4900.33270.7133.650.98
Hex8358AC183102110f2233
Octal20313025430610414174263
Binary10000011101100010101100110001100010100001100001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8358AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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