#84409d

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

Shades of Vivid Violet #84409D

Tints of Vivid Violet #84409D

Color information

#84409D (or 0x84409D) is unknown color: approx Vivid Violet. HEX triplet: 84, 40 and 9D. RGB value is (132,64,157). Sum of RGB (Red+Green+Blue) = 132+64+157=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #84409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84409D is #7BBF62. Grayscale: #5E5E5E. Windows color (decimal): -8109923 or 10305668. OLE color: 10305668.

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

Color convert

RGB13264157-
CMYK0.160.5900.38
HSL283.87º42.08%43.33%-
HSV(B)283.87º59.24%61.57%-
XYZ17.4311.0133.1-
YUV94.93163.03154.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 64 (25.39% from 255) = 18.13%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=37.39%
G=18.13%
B=44.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132641570.160.5900.38283.8742.0843.33
Hex84409D103B02611c2a2b
Octal20410023520730464345253
Binary10000100100000010011101100001110110100110100011100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84409d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84409d; }

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

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

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

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

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

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

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

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