#84279C

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

Shades of Vivid Violet #84279C

Tints of Vivid Violet #84279C

Color information

#84279C (or 0x84279C) is unknown color: approx Vivid Violet. HEX triplet: 84, 27 and 9C. RGB value is (132,39,156). Sum of RGB (Red+Green+Blue) = 132+39+156=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #84279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84279C is #7BD863. Grayscale: #4F4F4F. Windows color (decimal): -8116324 or 10233732. OLE color: 10233732.

HSL color Cylindrical-coordinate representation of color #84279C: hue angle of 287.69º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84279C is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13239156-
CMYK0.150.7500.39
HSL287.69º60%38.24%-
HSV(B)287.69º75%61.18%-
XYZ16.248.7632.29-
YUV80.14170.81164.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 39 (15.62% from 255) = 11.93%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=40.37%
G=11.93%
B=47.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132391560.150.7500.39287.696038.24
Hex84279CF4B0271203c26
Octal20447234171130474407446
Binary1000010010011110011100111110010110100111100100000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,39,156); }

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

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

 a { background-color: rgb(132,39,156); }

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

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

 span { border-color: rgb(132,39,156); }

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