#842293

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

Shades of Vivid Violet #842293

Tints of Vivid Violet #842293

Color information

#842293 (or 0x842293) is unknown color: approx Vivid Violet. HEX triplet: 84, 22 and 93. RGB value is (132,34,147). Sum of RGB (Red+Green+Blue) = 132+34+147=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #842293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842293 is #7BDD6C. Grayscale: #4B4B4B. Windows color (decimal): -8117613 or 9642628. OLE color: 9642628.

HSL color Cylindrical-coordinate representation of color #842293: hue angle of 292.04º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842293 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13234147-
CMYK0.100.7700.42
HSL292.04º62.43%35.49%-
HSV(B)292.04º76.87%57.65%-
XYZ15.358.1628.37-
YUV76.18167.97167.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 34 (13.67% from 255) = 10.86%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=42.17%
G=10.86%
B=46.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132341470.100.7700.42292.0462.4335.49
Hex842293A4D02A1243e23
Octal20442223121150524447643
Binary1000010010001010010011101010011010101010100100100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842293; }

 p { color: rgb(132,34,147); }

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

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

 a { background-color: rgb(132,34,147); }

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

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

 span { border-color: rgb(132,34,147); }

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