#842392

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

Shades of Vivid Violet #842392

Tints of Vivid Violet #842392

Color information

#842392 (or 0x842392) is unknown color: approx Vivid Violet. HEX triplet: 84, 23 and 92. RGB value is (132,35,146). Sum of RGB (Red+Green+Blue) = 132+35+146=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #842392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842392 is #7BDC6D. Grayscale: #4C4C4C. Windows color (decimal): -8117358 or 9577348. OLE color: 9577348.

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

Color convert

RGB13235146-
CMYK0.100.7600.43
HSL292.43º61.33%35.49%-
HSV(B)292.43º76.03%57.25%-
XYZ15.318.1827.97-
YUV76.66167.14167.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 35 (14.06% from 255) = 11.18%
BLUE value IS 146 (57.42% from 255) = 46.65%
R=42.17%
G=11.18%
B=46.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132351460.100.7600.43292.4361.3335.49
Hex842392A4C02B1243d23
Octal20443222121140534447543
Binary1000010010001110010010101010011000101011100100100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842392; }

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

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

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

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

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

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

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

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