#824894

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

Shades of Vivid Violet #824894

Tints of Vivid Violet #824894

Color information

#824894 (or 0x824894) is unknown color: approx Vivid Violet. HEX triplet: 82, 48 and 94. RGB value is (130,72,148). Sum of RGB (Red+Green+Blue) = 130+72+148=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #824894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824894 is #7DB76B. Grayscale: #616161. Windows color (decimal): -8238956 or 9717890. OLE color: 9717890.

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

Color convert

RGB13072148-
CMYK0.120.5100.42
HSL285.79º34.55%43.14%-
HSV(B)285.79º51.35%58.04%-
XYZ16.8711.5229.35-
YUV98.01156.22150.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 72 (28.52% from 255) = 20.57%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=37.14%
G=20.57%
B=42.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130721480.120.5100.42285.7934.5543.14
Hex824894C3302A11e232b
Octal20211022414630524364353
Binary1000001010010001001010011001100110101010100011110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824894; }

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

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

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

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

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

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

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

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