#843EAE

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

Shades of Studio #843EAE

Tints of Studio #843EAE

Color information

#843EAE (or 0x843EAE) is unknown color: approx Studio. HEX triplet: 84, 3E and AE. RGB value is (132,62,174). Sum of RGB (Red+Green+Blue) = 132+62+174=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #843EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843EAE is #7BC151. Grayscale: #5F5F5F. Windows color (decimal): -8110418 or 11419268. OLE color: 11419268.

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

Color convert

RGB13262174-
CMYK0.240.6400.32
HSL277.5º47.46%46.27%-
HSV(B)277.5º64.37%68.24%-
XYZ18.8811.4141.25-
YUV95.7172.19153.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 62 (24.61% from 255) = 16.85%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=35.87%
G=16.85%
B=47.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132621740.240.6400.32277.547.4646.27
Hex843EAE18400201162f2e
Octal20476256301000404265756
Binary10000100111110101011101100010000000100000100010110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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