#843EA9

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

Shades of Studio #843EA9

Tints of Studio #843EA9

Color information

#843EA9 (or 0x843EA9) is unknown color: approx Studio. HEX triplet: 84, 3E and A9. RGB value is (132,62,169). Sum of RGB (Red+Green+Blue) = 132+62+169=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #843EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843EA9 is #7BC156. Grayscale: #5E5E5E. Windows color (decimal): -8110423 or 11091588. OLE color: 11091588.

HSL color Cylindrical-coordinate representation of color #843EA9: hue angle of 279.25º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #843EA9 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13262169-
CMYK0.220.6300.34
HSL279.25º46.32%45.29%-
HSV(B)279.25º63.31%66.27%-
XYZ18.411.2238.73-
YUV95.13169.69154.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 62 (24.61% from 255) = 17.08%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=36.36%
G=17.08%
B=46.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal132621690.220.6300.34279.2546.3245.29
Hex843EA9163F0221172e2d
Octal2047625126770424275655
Binary1000010011111010101001101101111110100010100010111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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