#843392

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

Shades of Vivid Violet #843392

Tints of Vivid Violet #843392

Color information

#843392 (or 0x843392) is unknown color: approx Vivid Violet. HEX triplet: 84, 33 and 92. RGB value is (132,51,146). Sum of RGB (Red+Green+Blue) = 132+51+146=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #843392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843392 is #7BCC6D. Grayscale: #555555. Windows color (decimal): -8113262 or 9581444. OLE color: 9581444.

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

Color convert

RGB13251146-
CMYK0.100.6500.43
HSL291.16º48.22%38.63%-
HSV(B)291.16º65.07%57.25%-
XYZ15.899.3528.16-
YUV86.05161.84160.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=40.12%
G=15.50%
B=44.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132511460.100.6500.43291.1648.2238.63
Hex843392A4102B1233027
Octal20463222121010534436047
Binary1000010011001110010010101010000010101011100100011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843392; }

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

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

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

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

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

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

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

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