#8339AC

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

Shades of Studio #8339AC

Tints of Studio #8339AC

Color information

#8339AC (or 0x8339AC) is unknown color: approx Studio. HEX triplet: 83, 39 and AC. RGB value is (131,57,172). Sum of RGB (Red+Green+Blue) = 131+57+172=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #8339AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8339AC is #7CC653. Grayscale: #5B5B5B. Windows color (decimal): -8177236 or 11286915. OLE color: 11286915.

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

Color convert

RGB13157172-
CMYK0.240.6700.33
HSL278.61º50.22%44.9%-
HSV(B)278.61º66.86%67.45%-
XYZ18.2710.7340.14-
YUV92.24173.02155.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 57 (22.66% from 255) = 15.83%
BLUE value IS 172 (67.58% from 255) = 47.78%
R=36.39%
G=15.83%
B=47.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131571720.240.6700.33278.6150.2244.9
Hex8339AC1843021117322d
Octal20371254301030414276255
Binary10000011111001101011001100010000110100001100010111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8339AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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