#824299

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

Shades of Vivid Violet #824299

Tints of Vivid Violet #824299

Color information

#824299 (or 0x824299) is unknown color: approx Vivid Violet. HEX triplet: 82, 42 and 99. RGB value is (130,66,153). Sum of RGB (Red+Green+Blue) = 130+66+153=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #824299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824299 is #7DBD66. Grayscale: #5E5E5E. Windows color (decimal): -8240487 or 10044034. OLE color: 10044034.

HSL color Cylindrical-coordinate representation of color #824299: hue angle of 284.14º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #824299 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13066153-
CMYK0.150.5700.4
HSL284.14º39.73%42.94%-
HSV(B)284.14º56.86%60%-
XYZ16.910.9431.36-
YUV95.05160.7152.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=37.25%
G=18.91%
B=43.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130661530.150.5700.4284.1439.7342.94
Hex824299F3902811c282b
Octal20210223117710504345053
Binary1000001010000101001100111111110010101000100011100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824299; }

 p { color: rgb(130,66,153); }

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

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

 a { background-color: rgb(130,66,153); }

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

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

 span { border-color: rgb(130,66,153); }

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