#824280

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

Shades of Vivid Violet #824280

Tints of Vivid Violet #824280

Color information

#824280 (or 0x824280) is unknown color: approx Vivid Violet. HEX triplet: 82, 42 and 80. RGB value is (130,66,128). Sum of RGB (Red+Green+Blue) = 130+66+128=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #824280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824280 is #7DBD7F. Grayscale: #5C5C5C. Windows color (decimal): -8240512 or 8405634. OLE color: 8405634.

HSL color Cylindrical-coordinate representation of color #824280: hue angle of 301.88º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824280 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13066128-
CMYK00.490.020.49
HSL301.88º32.65%38.43%-
HSV(B)301.88º49.23%50.98%-
XYZ15.0510.221.6-
YUV92.2148.2154.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 128 (50.39% from 255) = 39.51%
R=40.12%
G=20.37%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306612800.490.020.49301.8832.6538.43
Hex82428003123112e2126
Octal2021022000612614564146
Binary10000010100001010000000011000110110001100101110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824280; }

 p { color: rgb(130,66,128); }

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

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

 a { background-color: rgb(130,66,128); }

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

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

 span { border-color: rgb(130,66,128); }

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