#84318C

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

Shades of Vivid Violet #84318C

Tints of Vivid Violet #84318C

Color information

#84318C (or 0x84318C) is unknown color: approx Vivid Violet. HEX triplet: 84, 31 and 8C. RGB value is (132,49,140). Sum of RGB (Red+Green+Blue) = 132+49+140=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #84318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84318C is #7BCE73. Grayscale: #535353. Windows color (decimal): -8113780 or 9187716. OLE color: 9187716.

HSL color Cylindrical-coordinate representation of color #84318C: hue angle of 294.73º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84318C is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13249140-
CMYK0.060.6500.45
HSL294.73º48.15%37.06%-
HSV(B)294.73º65%54.9%-
XYZ15.35925.74-
YUV84.19159.5162.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=41.12%
G=15.26%
B=43.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132491400.060.6500.45294.7348.1537.06
Hex84318C64102D1273025
Octal2046121461010554476045
Binary100001001100011000110011010000010101101100100111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84318C; }

 p { color: rgb(132,49,140); }

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

<style>
 a { background-color: #84318C; }

 a { background-color: rgb(132,49,140); }

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

<style>
 span { border-color: #84318C; }

 span { border-color: rgb(132,49,140); }

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