#824394

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

Shades of Vivid Violet #824394

Tints of Vivid Violet #824394

Color information

#824394 (or 0x824394) is unknown color: approx Vivid Violet. HEX triplet: 82, 43 and 94. RGB value is (130,67,148). Sum of RGB (Red+Green+Blue) = 130+67+148=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #824394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824394 is #7DBC6B. Grayscale: #5E5E5E. Windows color (decimal): -8240236 or 9716610. OLE color: 9716610.

HSL color Cylindrical-coordinate representation of color #824394: hue angle of 286.67º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #824394 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13067148-
CMYK0.120.5500.42
HSL286.67º37.67%42.16%-
HSV(B)286.67º54.73%58.04%-
XYZ16.5610.929.25-
YUV95.07157.87152.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 67 (26.56% from 255) = 19.42%
BLUE value IS 148 (58.20% from 255) = 42.90%
R=37.68%
G=19.42%
B=42.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130671480.120.5500.42286.6737.6742.16
Hex824394C3702A11f262a
Octal20210322414670524374652
Binary1000001010000111001010011001101110101010100011111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824394; }

 p { color: rgb(130,67,148); }

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

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

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

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

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

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

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