#84369F

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

Shades of Vivid Violet #84369F

Tints of Vivid Violet #84369F

Color information

#84369F (or 0x84369F) is unknown color: approx Vivid Violet. HEX triplet: 84, 36 and 9F. RGB value is (132,54,159). Sum of RGB (Red+Green+Blue) = 132+54+159=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #84369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84369F is #7BC960. Grayscale: #585858. Windows color (decimal): -8112481 or 10434180. OLE color: 10434180.

HSL color Cylindrical-coordinate representation of color #84369F: hue angle of 284.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84369F is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13254159-
CMYK0.170.6600.38
HSL284.57º49.3%41.76%-
HSV(B)284.57º66.04%62.35%-
XYZ17.0910.0533.84-
YUV89.29167.34158.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 54 (21.48% from 255) = 15.65%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=38.26%
G=15.65%
B=46.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132541590.170.6600.38284.5749.341.76
Hex84369F114202611d312a
Octal20466237211020464356152
Binary10000100110110100111111000110000100100110100011101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84369F; }

 p { color: rgb(132,54,159); }

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

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

 a { background-color: rgb(132,54,159); }

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

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

 span { border-color: rgb(132,54,159); }

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