#843495

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

Shades of Vivid Violet #843495

Tints of Vivid Violet #843495

Color information

#843495 (or 0x843495) is unknown color: approx Vivid Violet. HEX triplet: 84, 34 and 95. RGB value is (132,52,149). Sum of RGB (Red+Green+Blue) = 132+52+149=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #843495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843495 is #7BCB6A. Grayscale: #565656. Windows color (decimal): -8113003 or 9778308. OLE color: 9778308.

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

Color convert

RGB13252149-
CMYK0.110.6500.42
HSL289.48º48.26%39.41%-
HSV(B)289.48º65.1%58.43%-
XYZ16.179.5329.42-
YUV86.98163160.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 52 (20.70% from 255) = 15.62%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=39.64%
G=15.62%
B=44.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132521490.110.6500.42289.4848.2639.41
Hex843495B4102A1213027
Octal20464225131010524416047
Binary1000010011010010010101101110000010101010100100001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843495; }

 p { color: rgb(132,52,149); }

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

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

 a { background-color: rgb(132,52,149); }

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

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

 span { border-color: rgb(132,52,149); }

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