#843EAA

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

Shades of Studio #843EAA

Tints of Studio #843EAA

Color information

#843EAA (or 0x843EAA) is unknown color: approx Studio. HEX triplet: 84, 3E and AA. RGB value is (132,62,170). Sum of RGB (Red+Green+Blue) = 132+62+170=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #843EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843EAA is #7BC155. Grayscale: #5E5E5E. Windows color (decimal): -8110422 or 11157124. OLE color: 11157124.

HSL color Cylindrical-coordinate representation of color #843EAA: hue angle of 278.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843EAA is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13262170-
CMYK0.220.6400.33
HSL278.89º46.55%45.49%-
HSV(B)278.89º63.53%66.67%-
XYZ18.4911.2539.23-
YUV95.24170.19154.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 62 (24.61% from 255) = 17.03%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=36.26%
G=17.03%
B=46.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132621700.220.6400.33278.8946.5545.49
Hex843EAA16400211172f2d
Octal20476252261000414275755
Binary10000100111110101010101011010000000100001100010111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843EAA; }

 p { color: rgb(132,62,170); }

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

<style>
 a { background-color: #843EAA; }

 a { background-color: rgb(132,62,170); }

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

<style>
 span { border-color: #843EAA; }

 span { border-color: rgb(132,62,170); }

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