#824989

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

Shades of Vivid Violet #824989

Tints of Vivid Violet #824989

Color information

#824989 (or 0x824989) is unknown color: approx Vivid Violet. HEX triplet: 82, 49 and 89. RGB value is (130,73,137). Sum of RGB (Red+Green+Blue) = 130+73+137=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 137 - color contains mainly: blue. Hex color #824989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824989 is #7DB676. Grayscale: #616161. Windows color (decimal): -8238711 or 8997250. OLE color: 8997250.

HSL color Cylindrical-coordinate representation of color #824989: hue angle of 293.44º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #824989 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13073137-
CMYK0.050.4700.46
HSL293.44º30.48%41.18%-
HSV(B)293.44º46.72%53.73%-
XYZ16.111.3225-
YUV97.34150.38151.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 137 (53.91% from 255) = 40.29%
R=38.24%
G=21.47%
B=40.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130731370.050.4700.46293.4430.4841.18
Hex82498952F02E1251e29
Octal2021112115570564453651
Binary10000010100100110001001101101111010111010010010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824989; }

 p { color: rgb(130,73,137); }

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

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

 a { background-color: rgb(130,73,137); }

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

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

 span { border-color: rgb(130,73,137); }

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