#824987

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

Shades of Vivid Violet #824987

Tints of Vivid Violet #824987

Color information

#824987 (or 0x824987) is unknown color: approx Vivid Violet. HEX triplet: 82, 49 and 87. RGB value is (130,73,135). Sum of RGB (Red+Green+Blue) = 130+73+135=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #824987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824987 is #7DB678. Grayscale: #606060. Windows color (decimal): -8238713 or 8866178. OLE color: 8866178.

HSL color Cylindrical-coordinate representation of color #824987: hue angle of 295.16º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824987 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13073135-
CMYK0.040.4600.47
HSL295.16º29.81%40.78%-
HSV(B)295.16º45.93%52.94%-
XYZ15.9611.2624.25-
YUV97.11149.38151.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=38.46%
G=21.60%
B=39.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130731350.040.4600.47295.1629.8140.78
Hex82498742E02F1271e29
Octal2021112074560574473651
Binary10000010100100110000111100101110010111110010011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824987; }

 p { color: rgb(130,73,135); }

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

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

 a { background-color: rgb(130,73,135); }

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

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

 span { border-color: rgb(130,73,135); }

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