#824082

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

Shades of Vivid Violet #824082

Tints of Vivid Violet #824082

Color information

#824082 (or 0x824082) is unknown color: approx Vivid Violet. HEX triplet: 82, 40 and 82. RGB value is (130,64,130). Sum of RGB (Red+Green+Blue) = 130+64+130=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #824082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824082 is #7DBF7D. Grayscale: #5B5B5B. Windows color (decimal): -8241022 or 8536194. OLE color: 8536194.

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

Color convert

RGB13064130-
CMYK00.5100.49
HSL300º34.02%38.04%-
HSV(B)300º50.77%50.98%-
XYZ15.0710.0222.26-
YUV91.26149.87155.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=40.12%
G=19.75%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306413000.5100.4930034.0238.04
Hex82408203303112c2226
Octal2021002020630614544246
Binary1000001010000001000001001100110110001100101100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824082; }

 p { color: rgb(130,64,130); }

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

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

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

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

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

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

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