#84369D

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

Shades of Vivid Violet #84369D

Tints of Vivid Violet #84369D

Color information

#84369D (or 0x84369D) is unknown color: approx Vivid Violet. HEX triplet: 84, 36 and 9D. RGB value is (132,54,157). Sum of RGB (Red+Green+Blue) = 132+54+157=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #84369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84369D is #7BC962. Grayscale: #585858. Windows color (decimal): -8112483 or 10303108. OLE color: 10303108.

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

Color convert

RGB13254157-
CMYK0.160.6600.38
HSL285.44º48.82%41.37%-
HSV(B)285.44º65.61%61.57%-
XYZ16.929.9832.93-
YUV89.06166.34158.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 54 (21.48% from 255) = 15.74%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=38.48%
G=15.74%
B=45.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132541570.160.6600.38285.4448.8241.37
Hex84369D104202611d3129
Octal20466235201020464356151
Binary10000100110110100111011000010000100100110100011101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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