#843594

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

Shades of Vivid Violet #843594

Tints of Vivid Violet #843594

Color information

#843594 (or 0x843594) is unknown color: approx Vivid Violet. HEX triplet: 84, 35 and 94. RGB value is (132,53,148). Sum of RGB (Red+Green+Blue) = 132+53+148=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #843594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843594 is #7BCA6B. Grayscale: #575757. Windows color (decimal): -8112748 or 9713028. OLE color: 9713028.

HSL color Cylindrical-coordinate representation of color #843594: hue angle of 289.89º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843594 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13253148-
CMYK0.110.6400.42
HSL289.89º47.26%39.41%-
HSV(B)289.89º64.19%58.04%-
XYZ16.139.5929.02-
YUV87.45162.17159.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 148 (58.20% from 255) = 44.44%
R=39.64%
G=15.92%
B=44.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132531480.110.6400.42289.8947.2639.41
Hex843594B4002A1222f27
Octal20465224131000524425747
Binary1000010011010110010100101110000000101010100100010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843594; }

 p { color: rgb(132,53,148); }

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

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

 a { background-color: rgb(132,53,148); }

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

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

 span { border-color: rgb(132,53,148); }

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