#824B8A

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

Shades of Vivid Violet #824B8A

Tints of Vivid Violet #824B8A

Color information

#824B8A (or 0x824B8A) is unknown color: approx Vivid Violet. HEX triplet: 82, 4B and 8A. RGB value is (130,75,138). Sum of RGB (Red+Green+Blue) = 130+75+138=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #824B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824B8A is #7DB475. Grayscale: #626262. Windows color (decimal): -8238198 or 9063298. OLE color: 9063298.

HSL color Cylindrical-coordinate representation of color #824B8A: hue angle of 292.38º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824B8A is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13075138-
CMYK0.060.4600.46
HSL292.38º29.58%41.76%-
HSV(B)292.38º45.65%54.12%-
XYZ16.3111.6125.43-
YUV98.63150.22150.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 75 (29.69% from 255) = 21.87%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=37.90%
G=21.87%
B=40.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130751380.060.4600.46292.3829.5841.76
Hex824B8A62E02E1241e2a
Octal2021132126560564443652
Binary10000010100101110001010110101110010111010010010011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824B8A; }

 p { color: rgb(130,75,138); }

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

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

 a { background-color: rgb(130,75,138); }

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

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

 span { border-color: rgb(130,75,138); }

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