#844195

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

Shades of Vivid Violet #844195

Tints of Vivid Violet #844195

Color information

#844195 (or 0x844195) is unknown color: approx Vivid Violet. HEX triplet: 84, 41 and 95. RGB value is (132,65,149). Sum of RGB (Red+Green+Blue) = 132+65+149=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #844195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844195 is #7BBE6A. Grayscale: #5E5E5E. Windows color (decimal): -8109675 or 9781636. OLE color: 9781636.

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

Color convert

RGB13265149-
CMYK0.110.5600.42
HSL287.86º39.25%41.96%-
HSV(B)287.86º56.38%58.43%-
XYZ16.8310.8629.64-
YUV94.61158.7154.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=38.15%
G=18.79%
B=43.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132651490.110.5600.42287.8639.2541.96
Hex844195B3802A120272a
Octal20410122513700524404752
Binary1000010010000011001010110111110000101010100100000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844195; }

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

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

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

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

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

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

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

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