#84398E

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

Shades of Vivid Violet #84398E

Tints of Vivid Violet #84398E

Color information

#84398E (or 0x84398E) is unknown color: approx Vivid Violet. HEX triplet: 84, 39 and 8E. RGB value is (132,57,142). Sum of RGB (Red+Green+Blue) = 132+57+142=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #84398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84398E is #7BC671. Grayscale: #585858. Windows color (decimal): -8111730 or 9320836. OLE color: 9320836.

HSL color Cylindrical-coordinate representation of color #84398E: hue angle of 292.94º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84398E is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13257142-
CMYK0.070.6000.44
HSL292.94º42.71%39.02%-
HSV(B)292.94º59.86%55.69%-
XYZ15.869.7826.64-
YUV89.12157.85158.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 57 (22.66% from 255) = 17.22%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=39.88%
G=17.22%
B=42.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132571420.070.6000.44292.9442.7139.02
Hex84398E73C02C1252b27
Octal204712167740544455347
Binary10000100111001100011101111111000101100100100101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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