#843680

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

Shades of Vivid Violet #843680

Tints of Vivid Violet #843680

Color information

#843680 (or 0x843680) is unknown color: approx Vivid Violet. HEX triplet: 84, 36 and 80. RGB value is (132,54,128). Sum of RGB (Red+Green+Blue) = 132+54+128=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #843680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843680 is #7BC97F. Grayscale: #555555. Windows color (decimal): -8112512 or 8402564. OLE color: 8402564.

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

Color convert

RGB13254128-
CMYK00.590.030.48
HSL303.08º41.94%36.47%-
HSV(B)303.08º59.09%51.76%-
XYZ14.739.121.4-
YUV85.76151.84160.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 54 (21.48% from 255) = 17.20%
BLUE value IS 128 (50.39% from 255) = 40.76%
R=42.04%
G=17.20%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325412800.590.030.48303.0841.9436.47
Hex84368003B33012f2a24
Octal204662000733604575244
Binary1000010011011010000000011101111110000100101111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843680; }

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

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

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

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

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

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

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

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