#84249A

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

Shades of Vivid Violet #84249A

Tints of Vivid Violet #84249A

Color information

#84249A (or 0x84249A) is unknown color: approx Vivid Violet. HEX triplet: 84, 24 and 9A. RGB value is (132,36,154). Sum of RGB (Red+Green+Blue) = 132+36+154=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #84249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84249A is #7BDB65. Grayscale: #4D4D4D. Windows color (decimal): -8117094 or 10101892. OLE color: 10101892.

HSL color Cylindrical-coordinate representation of color #84249A: hue angle of 288.81º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84249A is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13236154-
CMYK0.140.7700.40
HSL288.81º62.11%37.25%-
HSV(B)288.81º76.62%60.39%-
XYZ15.988.531.37-
YUV78.16170.8166.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 36 (14.45% from 255) = 11.18%
BLUE value IS 154 (60.55% from 255) = 47.83%
R=40.99%
G=11.18%
B=47.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132361540.140.7700.40288.8162.1137.25
Hex84249AE4D0281213e25
Octal20444232161150504417645
Binary1000010010010010011010111010011010101000100100001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84249A; }

 p { color: rgb(132,36,154); }

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

<style>
 a { background-color: #84249A; }

 a { background-color: rgb(132,36,154); }

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

<style>
 span { border-color: #84249A; }

 span { border-color: rgb(132,36,154); }

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