#8442AE

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

Shades of Studio #8442AE

Tints of Studio #8442AE

Color information

#8442AE (or 0x8442AE) is unknown color: approx Studio. HEX triplet: 84, 42 and AE. RGB value is (132,66,174). Sum of RGB (Red+Green+Blue) = 132+66+174=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #8442AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8442AE is #7BBD51. Grayscale: #616161. Windows color (decimal): -8109394 or 11420292. OLE color: 11420292.

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

Color convert

RGB13266174-
CMYK0.240.6200.32
HSL276.67º45%47.06%-
HSV(B)276.67º62.07%68.24%-
XYZ19.111.8641.33-
YUV98.05170.87152.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=35.48%
G=17.74%
B=46.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132661740.240.6200.32276.674547.06
Hex8442AE183E0201152d2f
Octal20410225630760404255557
Binary10000100100001010101110110001111100100000100010101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8442AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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