#843496

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

Shades of Vivid Violet #843496

Tints of Vivid Violet #843496

Color information

#843496 (or 0x843496) is unknown color: approx Vivid Violet. HEX triplet: 84, 34 and 96. RGB value is (132,52,150). Sum of RGB (Red+Green+Blue) = 132+52+150=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #843496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843496 is #7BCB69. Grayscale: #565656. Windows color (decimal): -8113002 or 9843844. OLE color: 9843844.

HSL color Cylindrical-coordinate representation of color #843496: hue angle of 288.98º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #843496 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13252150-
CMYK0.120.6500.41
HSL288.98º48.51%39.61%-
HSV(B)288.98º65.33%58.82%-
XYZ16.259.5629.84-
YUV87.09163.5160.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 150 (58.98% from 255) = 44.91%
R=39.52%
G=15.57%
B=44.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132521500.120.6500.41288.9848.5139.61
Hex843496C410291213128
Octal20464226141010514416150
Binary1000010011010010010110110010000010101001100100001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843496; }

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

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

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

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

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

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

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

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