#84419D

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

Shades of Vivid Violet #84419D

Tints of Vivid Violet #84419D

Color information

#84419D (or 0x84419D) is unknown color: approx Vivid Violet. HEX triplet: 84, 41 and 9D. RGB value is (132,65,157). Sum of RGB (Red+Green+Blue) = 132+65+157=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #84419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84419D is #7BBE62. Grayscale: #5F5F5F. Windows color (decimal): -8109667 or 10305924. OLE color: 10305924.

HSL color Cylindrical-coordinate representation of color #84419D: hue angle of 283.7º degrees, saturation: 0.41, 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 #84419D is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13265157-
CMYK0.160.5900.38
HSL283.7º41.44%43.53%-
HSV(B)283.7º58.6%61.57%-
XYZ17.4911.1233.12-
YUV95.52162.7154.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 65 (25.78% from 255) = 18.36%
BLUE value IS 157 (61.72% from 255) = 44.35%
R=37.29%
G=18.36%
B=44.35%

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
Decimal132651570.160.5900.38283.741.4443.53
Hex84419D103B02611c292c
Octal20410123520730464345154
Binary10000100100000110011101100001110110100110100011100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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