#844395

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

Shades of Vivid Violet #844395

Tints of Vivid Violet #844395

Color information

#844395 (or 0x844395) is unknown color: approx Vivid Violet. HEX triplet: 84, 43 and 95. RGB value is (132,67,149). Sum of RGB (Red+Green+Blue) = 132+67+149=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #844395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844395 is #7BBC6A. Grayscale: #5F5F5F. Windows color (decimal): -8109163 or 9782148. OLE color: 9782148.

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

Color convert

RGB13267149-
CMYK0.110.5500.42
HSL287.56º37.96%42.35%-
HSV(B)287.56º55.03%58.43%-
XYZ16.9511.0929.68-
YUV95.78158.03153.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=37.93%
G=19.25%
B=42.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132671490.110.5500.42287.5637.9642.35
Hex844395B3702A120262a
Octal20410322513670524404652
Binary1000010010000111001010110111101110101010100100000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844395; }

 p { color: rgb(132,67,149); }

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

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

 a { background-color: rgb(132,67,149); }

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

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

 span { border-color: rgb(132,67,149); }

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