#844496

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

Shades of Vivid Violet #844496

Tints of Vivid Violet #844496

Color information

#844496 (or 0x844496) is unknown color: approx Vivid Violet. HEX triplet: 84, 44 and 96. RGB value is (132,68,150). Sum of RGB (Red+Green+Blue) = 132+68+150=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #844496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844496 is #7BBB69. Grayscale: #606060. Windows color (decimal): -8108906 or 9847940. OLE color: 9847940.

HSL color Cylindrical-coordinate representation of color #844496: hue angle of 286.83º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #844496 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13268150-
CMYK0.120.5500.41
HSL286.83º37.61%42.75%-
HSV(B)286.83º54.67%58.82%-
XYZ17.0911.2430.12-
YUV96.48158.2153.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 68 (26.95% from 255) = 19.43%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=37.71%
G=19.43%
B=42.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132681500.120.5500.41286.8337.6142.75
Hex844496C3702911f262b
Octal20410422614670514374653
Binary1000010010001001001011011001101110101001100011111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844496; }

 p { color: rgb(132,68,150); }

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

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

 a { background-color: rgb(132,68,150); }

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

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

 span { border-color: rgb(132,68,150); }

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