#84299D

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

Shades of Vivid Violet #84299D

Tints of Vivid Violet #84299D

Color information

#84299D (or 0x84299D) is unknown color: approx Vivid Violet. HEX triplet: 84, 29 and 9D. RGB value is (132,41,157). Sum of RGB (Red+Green+Blue) = 132+41+157=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #84299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84299D is #7BD662. Grayscale: #515151. Windows color (decimal): -8115811 or 10299780. OLE color: 10299780.

HSL color Cylindrical-coordinate representation of color #84299D: hue angle of 287.07º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84299D is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13241157-
CMYK0.160.7400.38
HSL287.07º58.59%38.82%-
HSV(B)287.07º73.89%61.57%-
XYZ16.398.9332.76-
YUV81.43170.65164.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 41 (16.41% from 255) = 12.42%
BLUE value IS 157 (61.72% from 255) = 47.58%
R=40%
G=12.42%
B=47.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132411570.160.7400.38287.0758.5938.82
Hex84299D104A02611f3b27
Octal20451235201120464377347
Binary10000100101001100111011000010010100100110100011111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84299D; }

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

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

<style>
 a { background-color: #84299D; }

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

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

<style>
 span { border-color: #84299D; }

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

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