#842F92

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

Shades of Vivid Violet #842F92

Tints of Vivid Violet #842F92

Color information

#842F92 (or 0x842F92) is unknown color: approx Vivid Violet. HEX triplet: 84, 2F and 92. RGB value is (132,47,146). Sum of RGB (Red+Green+Blue) = 132+47+146=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #842F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842F92 is #7BD06D. Grayscale: #535353. Windows color (decimal): -8114286 or 9580420. OLE color: 9580420.

HSL color Cylindrical-coordinate representation of color #842F92: hue angle of 291.52º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #842F92 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13247146-
CMYK0.100.6800.43
HSL291.52º51.3%37.84%-
HSV(B)291.52º67.81%57.25%-
XYZ15.729.0128.11-
YUV83.7163.16162.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 47 (18.75% from 255) = 14.46%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=40.62%
G=14.46%
B=44.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132471460.100.6800.43291.5251.337.84
Hex842F92A4402B1243326
Octal20457222121040534446346
Binary1000010010111110010010101010001000101011100100100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842F92; }

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

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

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

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

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

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

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

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