#824081

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

Shades of Vivid Violet #824081

Tints of Vivid Violet #824081

Color information

#824081 (or 0x824081) is unknown color: approx Vivid Violet. HEX triplet: 82, 40 and 81. RGB value is (130,64,129). Sum of RGB (Red+Green+Blue) = 130+64+129=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #824081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824081 is #7DBF7E. Grayscale: #5A5A5A. Windows color (decimal): -8241023 or 8470658. OLE color: 8470658.

HSL color Cylindrical-coordinate representation of color #824081: hue angle of 300.91º 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 #824081 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB13064129-
CMYK00.510.010.49
HSL300.91º34.02%38.04%-
HSV(B)300.91º50.77%50.98%-
XYZ151021.91-
YUV91.14149.37155.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 129 (50.78% from 255) = 39.94%
R=40.25%
G=19.81%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306412900.510.010.49300.9134.0238.04
Hex82408103313112d2226
Octal2021002010631614554246
Binary1000001010000001000000101100111110001100101101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824081; }

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

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

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

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

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

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

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

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