#84429E

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

Shades of Vivid Violet #84429E

Tints of Vivid Violet #84429E

Color information

#84429E (or 0x84429E) is unknown color: approx Vivid Violet. HEX triplet: 84, 42 and 9E. RGB value is (132,66,158). Sum of RGB (Red+Green+Blue) = 132+66+158=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #84429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84429E is #7BBD61. Grayscale: #5F5F5F. Windows color (decimal): -8109410 or 10371716. OLE color: 10371716.

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

Color convert

RGB13266158-
CMYK0.160.5800.38
HSL283.04º41.07%43.92%-
HSV(B)283.04º58.23%61.96%-
XYZ17.6411.2733.59-
YUV96.22162.87153.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 66 (26.17% from 255) = 18.54%
BLUE value IS 158 (62.11% from 255) = 44.38%
R=37.08%
G=18.54%
B=44.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132661580.160.5800.38283.0441.0743.92
Hex84429E103A02611b292c
Octal20410223620720464335154
Binary10000100100001010011110100001110100100110100011011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,66,158); }

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

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

 a { background-color: rgb(132,66,158); }

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

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

 span { border-color: rgb(132,66,158); }

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