#844493

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

Shades of Vivid Violet #844493

Tints of Vivid Violet #844493

Color information

#844493 (or 0x844493) is unknown color: approx Vivid Violet. HEX triplet: 84, 44 and 93. RGB value is (132,68,147). Sum of RGB (Red+Green+Blue) = 132+68+147=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #844493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844493 is #7BBB6C. Grayscale: #5F5F5F. Windows color (decimal): -8108909 or 9651332. OLE color: 9651332.

HSL color Cylindrical-coordinate representation of color #844493: hue angle of 288.61º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #844493 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13268147-
CMYK0.100.5400.42
HSL288.61º36.74%42.16%-
HSV(B)288.61º53.74%57.65%-
XYZ16.8511.1528.87-
YUV96.14156.7153.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 147 (57.81% from 255) = 42.36%
R=38.04%
G=19.60%
B=42.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132681470.100.5400.42288.6136.7442.16
Hex844493A3602A121252a
Octal20410422312660524414552
Binary1000010010001001001001110101101100101010100100001100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844493; }

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

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

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

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

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

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

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

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