#84468A

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

Shades of Vivid Violet #84468A

Tints of Vivid Violet #84468A

Color information

#84468A (or 0x84468A) is unknown color: approx Vivid Violet. HEX triplet: 84, 46 and 8A. RGB value is (132,70,138). Sum of RGB (Red+Green+Blue) = 132+70+138=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #84468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84468A is #7BB975. Grayscale: #606060. Windows color (decimal): -8108406 or 9062020. OLE color: 9062020.

HSL color Cylindrical-coordinate representation of color #84468A: hue angle of 294.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84468A is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13270138-
CMYK0.040.4900.46
HSL294.71º32.69%40.78%-
HSV(B)294.71º49.28%54.12%-
XYZ16.2911.1225.33-
YUV96.29151.54153.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 70 (27.73% from 255) = 20.59%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=38.82%
G=20.59%
B=40.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132701380.040.4900.46294.7132.6940.78
Hex84468A43102E1272129
Octal2041062124610564474151
Binary100001001000110100010101001100010101110100100111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84468A; }

 p { color: rgb(132,70,138); }

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

<style>
 a { background-color: #84468A; }

 a { background-color: rgb(132,70,138); }

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

<style>
 span { border-color: #84468A; }

 span { border-color: rgb(132,70,138); }

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