#824297

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

Shades of Vivid Violet #824297

Tints of Vivid Violet #824297

Color information

#824297 (or 0x824297) is unknown color: approx Vivid Violet. HEX triplet: 82, 42 and 97. RGB value is (130,66,151). Sum of RGB (Red+Green+Blue) = 130+66+151=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #824297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824297 is #7DBD68. Grayscale: #5E5E5E. Windows color (decimal): -8240489 or 9912962. OLE color: 9912962.

HSL color Cylindrical-coordinate representation of color #824297: hue angle of 285.18º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824297 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13066151-
CMYK0.140.5600.41
HSL285.18º39.17%42.55%-
HSV(B)285.18º56.29%59.22%-
XYZ16.7410.8830.5-
YUV94.83159.7153.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 66 (26.17% from 255) = 19.02%
BLUE value IS 151 (59.38% from 255) = 43.52%
R=37.46%
G=19.02%
B=43.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130661510.140.5600.41285.1839.1742.55
Hex824297E3802911d272b
Octal20210222716700514354753
Binary1000001010000101001011111101110000101001100011101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824297; }

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

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

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

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

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

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

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

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