#84408E

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

Shades of Vivid Violet #84408E

Tints of Vivid Violet #84408E

Color information

#84408E (or 0x84408E) is unknown color: approx Vivid Violet. HEX triplet: 84, 40 and 8E. RGB value is (132,64,142). Sum of RGB (Red+Green+Blue) = 132+64+142=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #84408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84408E is #7BBF71. Grayscale: #5C5C5C. Windows color (decimal): -8109938 or 9322628. OLE color: 9322628.

HSL color Cylindrical-coordinate representation of color #84408E: hue angle of 292.31º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84408E is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13264142-
CMYK0.070.5500.44
HSL292.31º37.86%40.39%-
HSV(B)292.31º54.93%55.69%-
XYZ16.2310.5326.77-
YUV93.22155.53155.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 142 (55.86% from 255) = 42.01%
R=39.05%
G=18.93%
B=42.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132641420.070.5500.44292.3137.8640.39
Hex84408E73702C1242628
Octal2041002167670544444650
Binary100001001000000100011101111101110101100100100100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84408E; }

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

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

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

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

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

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

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

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