#843FAE

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

Shades of Studio #843FAE

Tints of Studio #843FAE

Color information

#843FAE (or 0x843FAE) is unknown color: approx Studio. HEX triplet: 84, 3F and AE. RGB value is (132,63,174). Sum of RGB (Red+Green+Blue) = 132+63+174=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #843FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843FAE is #7BC051. Grayscale: #5F5F5F. Windows color (decimal): -8110162 or 11419524. OLE color: 11419524.

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

Color convert

RGB13263174-
CMYK0.240.6400.32
HSL277.3º46.84%46.47%-
HSV(B)277.3º63.79%68.24%-
XYZ18.9311.5241.27-
YUV96.28171.86153.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 63 (25% from 255) = 17.07%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=35.77%
G=17.07%
B=47.15%

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
Decimal132631740.240.6400.32277.346.8446.47
Hex843FAE18400201152f2e
Octal20477256301000404255756
Binary10000100111111101011101100010000000100000100010101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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