#824686

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

Shades of Vivid Violet #824686

Tints of Vivid Violet #824686

Color information

#824686 (or 0x824686) is unknown color: approx Vivid Violet. HEX triplet: 82, 46 and 86. RGB value is (130,70,134). Sum of RGB (Red+Green+Blue) = 130+70+134=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #824686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824686 is #7DB979. Grayscale: #5F5F5F. Windows color (decimal): -8239482 or 8799874. OLE color: 8799874.

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

Color convert

RGB13070134-
CMYK0.030.4800.47
HSL296.25º31.37%40%-
HSV(B)296.25º47.76%52.55%-
XYZ15.710.8523.82-
YUV95.24149.88152.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 134 (52.73% from 255) = 40.12%
R=38.92%
G=20.96%
B=40.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130701340.030.4800.47296.2531.3740
Hex82468633002F1281f28
Octal2021062063600574503750
Binary1000001010001101000011011110000010111110010100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824686; }

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

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

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

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

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

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

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

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