#843EA8

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

Shades of Studio #843EA8

Tints of Studio #843EA8

Color information

#843EA8 (or 0x843EA8) is unknown color: approx Studio. HEX triplet: 84, 3E and A8. RGB value is (132,62,168). Sum of RGB (Red+Green+Blue) = 132+62+168=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 168 - color contains mainly: blue. Hex color #843EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843EA8 is #7BC157. Grayscale: #5E5E5E. Windows color (decimal): -8110424 or 11026052. OLE color: 11026052.

HSL color Cylindrical-coordinate representation of color #843EA8: hue angle of 279.62º 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 #843EA8 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13262168-
CMYK0.210.6300.34
HSL279.62º46.09%45.1%-
HSV(B)279.62º63.1%65.88%-
XYZ18.3111.1838.24-
YUV95.01169.19154.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 62 (24.61% from 255) = 17.13%
BLUE value IS 168 (66.02% from 255) = 46.41%
R=36.46%
G=17.13%
B=46.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal132621680.210.6300.34279.6246.0945.1
Hex843EA8153F0221182e2d
Octal2047625025770424305655
Binary1000010011111010101000101011111110100010100011000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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