#84288C

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

Shades of Vivid Violet #84288C

Tints of Vivid Violet #84288C

Color information

#84288C (or 0x84288C) is unknown color: approx Vivid Violet. HEX triplet: 84, 28 and 8C. RGB value is (132,40,140). Sum of RGB (Red+Green+Blue) = 132+40+140=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #84288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84288C is #7BD773. Grayscale: #4E4E4E. Windows color (decimal): -8116084 or 9185412. OLE color: 9185412.

HSL color Cylindrical-coordinate representation of color #84288C: hue angle of 295.2º degrees, saturation: 0.56, 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 #84288C is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13240140-
CMYK0.060.7100.45
HSL295.2º55.56%35.29%-
HSV(B)295.2º71.43%54.9%-
XYZ15.018.3225.63-
YUV78.91162.48165.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 40 (16.02% from 255) = 12.82%
BLUE value IS 140 (55.08% from 255) = 44.87%
R=42.31%
G=12.82%
B=44.87%

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
Decimal132401400.060.7100.45295.255.5635.29
Hex84288C64702D1273823
Octal2045021461070554477043
Binary100001001010001000110011010001110101101100100111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84288C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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