#8337AE

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

Shades of Studio #8337AE

Tints of Studio #8337AE

Color information

#8337AE (or 0x8337AE) is unknown color: approx Studio. HEX triplet: 83, 37 and AE. RGB value is (131,55,174). Sum of RGB (Red+Green+Blue) = 131+55+174=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #8337AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8337AE is #7CC851. Grayscale: #5A5A5A. Windows color (decimal): -8177746 or 11417475. OLE color: 11417475.

HSL color Cylindrical-coordinate representation of color #8337AE: hue angle of 278.32º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8337AE is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13155174-
CMYK0.250.6800.32
HSL278.32º51.97%44.9%-
HSV(B)278.32º68.39%68.24%-
XYZ18.3710.6141.13-
YUV91.29174.68156.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 55 (21.88% from 255) = 15.28%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=36.39%
G=15.28%
B=48.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131551740.250.6800.32278.3251.9744.9
Hex8337AE1944020116342d
Octal20367256311040404266455
Binary10000011110111101011101100110001000100000100010110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8337AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8337AE; }

 p { color: rgb(131,55,174); }

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

<style>
 a { background-color: #8337AE; }

 a { background-color: rgb(131,55,174); }

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

<style>
 span { border-color: #8337AE; }

 span { border-color: rgb(131,55,174); }

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