#843C80

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

Shades of Vivid Violet #843C80

Tints of Vivid Violet #843C80

Color information

#843C80 (or 0x843C80) is unknown color: approx Vivid Violet. HEX triplet: 84, 3C and 80. RGB value is (132,60,128). Sum of RGB (Red+Green+Blue) = 132+60+128=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #843C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843C80 is #7BC37F. Grayscale: #595959. Windows color (decimal): -8110976 or 8404100. OLE color: 8404100.

HSL color Cylindrical-coordinate representation of color #843C80: hue angle of 303.33º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #843C80 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB13260128-
CMYK00.550.030.48
HSL303.33º37.5%37.65%-
HSV(B)303.33º54.55%51.76%-
XYZ15.039.721.5-
YUV89.28149.85158.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 60 (23.83% from 255) = 18.75%
BLUE value IS 128 (50.39% from 255) = 40%
R=41.25%
G=18.75%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326012800.550.030.48303.3337.537.65
Hex843C8003733012f2626
Octal204742000673604574646
Binary1000010011110010000000011011111110000100101111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,60,128); }

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

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

 a { background-color: rgb(132,60,128); }

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

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

 span { border-color: rgb(132,60,128); }

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