#844D95

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

Shades of Vivid Violet #844D95

Tints of Vivid Violet #844D95

Color information

#844D95 (or 0x844D95) is unknown color: approx Vivid Violet. HEX triplet: 84, 4D and 95. RGB value is (132,77,149). Sum of RGB (Red+Green+Blue) = 132+77+149=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #844D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844D95 is #7BB26A. Grayscale: #656565. Windows color (decimal): -8106603 or 9784708. OLE color: 9784708.

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

Color convert

RGB13277149-
CMYK0.110.4800.42
HSL285.83º31.86%44.31%-
HSV(B)285.83º48.32%58.43%-
XYZ17.5912.3829.9-
YUV101.65154.72149.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 77 (30.47% from 255) = 21.51%
BLUE value IS 149 (58.59% from 255) = 41.62%
R=36.87%
G=21.51%
B=41.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132771490.110.4800.42285.8331.8644.31
Hex844D95B3002A11e202c
Octal20411522513600524364054
Binary1000010010011011001010110111100000101010100011110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844D95; }

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

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

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

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

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

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

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

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