#842692

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

Shades of Vivid Violet #842692

Tints of Vivid Violet #842692

Color information

#842692 (or 0x842692) is unknown color: approx Vivid Violet. HEX triplet: 84, 26 and 92. RGB value is (132,38,146). Sum of RGB (Red+Green+Blue) = 132+38+146=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #842692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842692 is #7BD96D. Grayscale: #4E4E4E. Windows color (decimal): -8116590 or 9578116. OLE color: 9578116.

HSL color Cylindrical-coordinate representation of color #842692: hue angle of 292.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842692 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13238146-
CMYK0.100.7400.43
HSL292.22º58.7%36.08%-
HSV(B)292.22º73.97%57.25%-
XYZ15.48.3728-
YUV78.42166.14166.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 38 (15.23% from 255) = 12.03%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=41.77%
G=12.03%
B=46.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132381460.100.7400.43292.2258.736.08
Hex842692A4A02B1243b24
Octal20446222121120534447344
Binary1000010010011010010010101010010100101011100100100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842692; }

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

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

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

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

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

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

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

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