#84438C

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

Shades of Vivid Violet #84438C

Tints of Vivid Violet #84438C

Color information

#84438C (or 0x84438C) is unknown color: approx Vivid Violet. HEX triplet: 84, 43 and 8C. RGB value is (132,67,140). Sum of RGB (Red+Green+Blue) = 132+67+140=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #84438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84438C is #7BBC73. Grayscale: #5E5E5E. Windows color (decimal): -8109172 or 9192324. OLE color: 9192324.

HSL color Cylindrical-coordinate representation of color #84438C: hue angle of 293.42º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84438C is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13267140-
CMYK0.060.5200.45
HSL293.42º35.27%40.59%-
HSV(B)293.42º52.14%54.9%-
XYZ16.2610.8126.04-
YUV94.76153.53154.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=38.94%
G=19.76%
B=41.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132671400.060.5200.45293.4235.2740.59
Hex84438C63402D1252329
Octal2041032146640554454351
Binary100001001000011100011001101101000101101100100101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84438C; }

 p { color: rgb(132,67,140); }

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

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

 a { background-color: rgb(132,67,140); }

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

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

 span { border-color: rgb(132,67,140); }

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