#84419E

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

Shades of Vivid Violet #84419E

Tints of Vivid Violet #84419E

Color information

#84419E (or 0x84419E) is unknown color: approx Vivid Violet. HEX triplet: 84, 41 and 9E. RGB value is (132,65,158). Sum of RGB (Red+Green+Blue) = 132+65+158=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #84419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84419E is #7BBE61. Grayscale: #5F5F5F. Windows color (decimal): -8109666 or 10371460. OLE color: 10371460.

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

Color convert

RGB13265158-
CMYK0.160.5900.38
HSL283.23º41.7%43.73%-
HSV(B)283.23º58.86%61.96%-
XYZ17.5811.1533.57-
YUV95.64163.2153.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 158 (62.11% from 255) = 44.51%
R=37.18%
G=18.31%
B=44.51%

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
Decimal132651580.160.5900.38283.2341.743.73
Hex84419E103B02611b2a2c
Octal20410123620730464335254
Binary10000100100000110011110100001110110100110100011011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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