#8437AE

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

Shades of Studio #8437AE

Tints of Studio #8437AE

Color information

#8437AE (or 0x8437AE) is unknown color: approx Studio. HEX triplet: 84, 37 and AE. RGB value is (132,55,174). Sum of RGB (Red+Green+Blue) = 132+55+174=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #8437AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8437AE is #7BC851. Grayscale: #5B5B5B. Windows color (decimal): -8112210 or 11417476. OLE color: 11417476.

HSL color Cylindrical-coordinate representation of color #8437AE: hue angle of 278.82º 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 #8437AE is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13255174-
CMYK0.240.6800.32
HSL278.82º51.97%44.9%-
HSV(B)278.82º68.39%68.24%-
XYZ18.5210.6941.13-
YUV91.59174.51156.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 55 (21.88% from 255) = 15.24%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=36.57%
G=15.24%
B=48.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132551740.240.6800.32278.8251.9744.9
Hex8437AE1844020117342d
Octal20467256301040404276455
Binary10000100110111101011101100010001000100000100010111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8437AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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