#84278E

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

Shades of Vivid Violet #84278E

Tints of Vivid Violet #84278E

Color information

#84278E (or 0x84278E) is unknown color: approx Vivid Violet. HEX triplet: 84, 27 and 8E. RGB value is (132,39,142). Sum of RGB (Red+Green+Blue) = 132+39+142=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #84278E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84278E is #7BD871. Grayscale: #4E4E4E. Windows color (decimal): -8116338 or 9316228. OLE color: 9316228.

HSL color Cylindrical-coordinate representation of color #84278E: hue angle of 294.17º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84278E is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13239142-
CMYK0.070.7300.44
HSL294.17º56.91%35.49%-
HSV(B)294.17º72.54%55.69%-
XYZ15.128.3126.4-
YUV78.55163.81166.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 39 (15.62% from 255) = 12.46%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=42.17%
G=12.46%
B=45.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132391420.070.7300.44294.1756.9135.49
Hex84278E74902C1263923
Octal2044721671110544467143
Binary100001001001111000111011110010010101100100100110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84278E; }

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

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

<style>
 a { background-color: #84278E; }

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

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

<style>
 span { border-color: #84278E; }

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

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