#84298C

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

Shades of Vivid Violet #84298C

Tints of Vivid Violet #84298C

Color information

#84298C (or 0x84298C) is unknown color: approx Vivid Violet. HEX triplet: 84, 29 and 8C. RGB value is (132,41,140). Sum of RGB (Red+Green+Blue) = 132+41+140=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #84298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84298C is #7BD673. Grayscale: #4F4F4F. Windows color (decimal): -8115828 or 9185668. OLE color: 9185668.

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

Color convert

RGB13241140-
CMYK0.060.7100.45
HSL295.15º54.7%35.49%-
HSV(B)295.15º70.71%54.9%-
XYZ15.048.3825.64-
YUV79.5162.15165.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 140 (55.08% from 255) = 44.73%
R=42.17%
G=13.10%
B=44.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132411400.060.7100.45295.1554.735.49
Hex84298C64702D1273723
Octal2045121461070554476743
Binary100001001010011000110011010001110101101100100111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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