#844697

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

Shades of Vivid Violet #844697

Tints of Vivid Violet #844697

Color information

#844697 (or 0x844697) is unknown color: approx Vivid Violet. HEX triplet: 84, 46 and 97. RGB value is (132,70,151). Sum of RGB (Red+Green+Blue) = 132+70+151=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #844697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844697 is #7BB968. Grayscale: #616161. Windows color (decimal): -8108393 or 9913988. OLE color: 9913988.

HSL color Cylindrical-coordinate representation of color #844697: hue angle of 285.93º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #844697 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13270151-
CMYK0.130.5400.41
HSL285.93º36.65%43.33%-
HSV(B)285.93º53.64%59.22%-
XYZ17.2911.5230.59-
YUV97.77158.04152.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 151 (59.38% from 255) = 42.78%
R=37.39%
G=19.83%
B=42.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132701510.130.5400.41285.9336.6543.33
Hex844697D3602911e252b
Octal20410622715660514364553
Binary1000010010001101001011111011101100101001100011110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844697; }

 p { color: rgb(132,70,151); }

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

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

 a { background-color: rgb(132,70,151); }

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

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

 span { border-color: rgb(132,70,151); }

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