#8358AB

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

Shades of Studio #8358AB

Tints of Studio #8358AB

Color information

#8358AB (or 0x8358AB) is unknown color: approx Studio. HEX triplet: 83, 58 and AB. RGB value is (131,88,171). Sum of RGB (Red+Green+Blue) = 131+88+171=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #8358AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8358AB is #7CA754. Grayscale: #6E6E6E. Windows color (decimal): -8169301 or 11229315. OLE color: 11229315.

HSL color Cylindrical-coordinate representation of color #8358AB: hue angle of 271.08º degrees, saturation: 0.33, 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 #8358AB is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13188171-
CMYK0.230.4900.33
HSL271.08º33.07%50.78%-
HSV(B)271.08º48.54%67.06%-
XYZ20.214.7540.31-
YUV110.32162.25142.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=33.59%
G=22.56%
B=43.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131881710.230.4900.33271.0833.0750.78
Hex8358AB173102110f2133
Octal20313025327610414174163
Binary10000011101100010101011101111100010100001100001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8358AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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