#824786

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

Shades of Vivid Violet #824786

Tints of Vivid Violet #824786

Color information

#824786 (or 0x824786) is unknown color: approx Vivid Violet. HEX triplet: 82, 47 and 86. RGB value is (130,71,134). Sum of RGB (Red+Green+Blue) = 130+71+134=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #824786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824786 is #7DB879. Grayscale: #5F5F5F. Windows color (decimal): -8239226 or 8800130. OLE color: 8800130.

HSL color Cylindrical-coordinate representation of color #824786: hue angle of 296.19º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #824786 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13071134-
CMYK0.030.4700.47
HSL296.19º30.73%40.2%-
HSV(B)296.19º47.01%52.55%-
XYZ15.7610.9723.84-
YUV95.82149.55152.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 134 (52.73% from 255) = 40%
R=38.81%
G=21.19%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130711340.030.4700.47296.1930.7340.2
Hex82478632F02F1281f28
Octal2021072063570574503750
Binary1000001010001111000011011101111010111110010100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824786; }

 p { color: rgb(130,71,134); }

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

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

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

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

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

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

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