#842695

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

Shades of Vivid Violet #842695

Tints of Vivid Violet #842695

Color information

#842695 (or 0x842695) is unknown color: approx Vivid Violet. HEX triplet: 84, 26 and 95. RGB value is (132,38,149). Sum of RGB (Red+Green+Blue) = 132+38+149=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #842695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842695 is #7BD96A. Grayscale: #4E4E4E. Windows color (decimal): -8116587 or 9774724. OLE color: 9774724.

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

Color convert

RGB13238149-
CMYK0.110.7400.42
HSL290.81º59.36%36.67%-
HSV(B)290.81º74.5%58.43%-
XYZ15.638.4629.24-
YUV78.76167.64165.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 38 (15.23% from 255) = 11.91%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=41.38%
G=11.91%
B=46.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132381490.110.7400.42290.8159.3636.67
Hex842695B4A02A1233b25
Octal20446225131120524437345
Binary1000010010011010010101101110010100101010100100011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842695; }

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

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

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

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

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

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

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

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