#824484

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

Shades of Vivid Violet #824484

Tints of Vivid Violet #824484

Color information

#824484 (or 0x824484) is unknown color: approx Vivid Violet. HEX triplet: 82, 44 and 84. RGB value is (130,68,132). Sum of RGB (Red+Green+Blue) = 130+68+132=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #824484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824484 is #7DBB7B. Grayscale: #5D5D5D. Windows color (decimal): -8239996 or 8668290. OLE color: 8668290.

HSL color Cylindrical-coordinate representation of color #824484: hue angle of 298.12º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824484 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13068132-
CMYK0.020.4800.48
HSL298.12º32%39.22%-
HSV(B)298.12º48.48%51.76%-
XYZ15.4410.5523.05-
YUV93.83149.54153.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 68 (26.95% from 255) = 20.61%
BLUE value IS 132 (51.95% from 255) = 40%
R=39.39%
G=20.61%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130681320.020.4800.48298.123239.22
Hex82448423003012a2027
Octal2021042042600604524047
Binary10000010100010010000100101100000110000100101010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824484; }

 p { color: rgb(130,68,132); }

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

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

 a { background-color: rgb(130,68,132); }

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

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

 span { border-color: rgb(130,68,132); }

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