#824889

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

Shades of Vivid Violet #824889

Tints of Vivid Violet #824889

Color information

#824889 (or 0x824889) is unknown color: approx Vivid Violet. HEX triplet: 82, 48 and 89. RGB value is (130,72,137). Sum of RGB (Red+Green+Blue) = 130+72+137=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #824889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824889 is #7DB776. Grayscale: #606060. Windows color (decimal): -8238967 or 8996994. OLE color: 8996994.

HSL color Cylindrical-coordinate representation of color #824889: hue angle of 293.54º degrees, saturation: 0.31, 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 #824889 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13072137-
CMYK0.050.4700.46
HSL293.54º31.1%40.98%-
HSV(B)293.54º47.45%53.73%-
XYZ16.0411.1924.98-
YUV96.75150.72151.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 137 (53.91% from 255) = 40.41%
R=38.35%
G=21.24%
B=40.41%

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
Decimal130721370.050.4700.46293.5431.140.98
Hex82488952F02E1261f29
Octal2021102115570564463751
Binary10000010100100010001001101101111010111010010011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824889; }

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

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

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

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

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

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

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

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