#844995

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

Shades of Vivid Violet #844995

Tints of Vivid Violet #844995

Color information

#844995 (or 0x844995) is unknown color: approx Vivid Violet. HEX triplet: 84, 49 and 95. RGB value is (132,73,149). Sum of RGB (Red+Green+Blue) = 132+73+149=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #844995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844995 is #7BB66A. Grayscale: #636363. Windows color (decimal): -8107627 or 9783684. OLE color: 9783684.

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

Color convert

RGB13273149-
CMYK0.110.5100.42
HSL286.58º34.23%43.53%-
HSV(B)286.58º51.01%58.43%-
XYZ17.3211.8429.81-
YUV99.3156.05151.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=37.29%
G=20.62%
B=42.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132731490.110.5100.42286.5834.2343.53
Hex844995B3302A11f222c
Octal20411122513630524374254
Binary1000010010010011001010110111100110101010100011111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844995; }

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

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

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

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

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

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

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

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