#8358AA

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

Shades of Studio #8358AA

Tints of Studio #8358AA

Color information

#8358AA (or 0x8358AA) is unknown color: approx Studio. HEX triplet: 83, 58 and AA. RGB value is (131,88,170). Sum of RGB (Red+Green+Blue) = 131+88+170=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #8358AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8358AA is #7CA755. Grayscale: #6D6D6D. Windows color (decimal): -8169302 or 11163779. OLE color: 11163779.

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

Color convert

RGB13188170-
CMYK0.230.4800.33
HSL271.46º32.54%50.59%-
HSV(B)271.46º48.24%66.67%-
XYZ20.1114.7139.81-
YUV110.2161.75142.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=33.68%
G=22.62%
B=43.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131881700.230.4800.33271.4632.5450.59
Hex8358AA173002110f2133
Octal20313025227600414174163
Binary10000011101100010101010101111100000100001100001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8358AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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