#824B8D

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

Shades of Vivid Violet #824B8D

Tints of Vivid Violet #824B8D

Color information

#824B8D (or 0x824B8D) is unknown color: approx Vivid Violet. HEX triplet: 82, 4B and 8D. RGB value is (130,75,141). Sum of RGB (Red+Green+Blue) = 130+75+141=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #824B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824B8D is #7DB472. Grayscale: #626262. Windows color (decimal): -8238195 or 9259906. OLE color: 9259906.

HSL color Cylindrical-coordinate representation of color #824B8D: hue angle of 290º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #824B8D is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13075141-
CMYK0.080.4700.45
HSL290º30.56%42.35%-
HSV(B)290º46.81%55.29%-
XYZ16.5311.726.59-
YUV98.97151.72150.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=37.57%
G=21.68%
B=40.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130751410.080.4700.4529030.5642.35
Hex824B8D82F02D1221f2a
Octal20211321510570554423752
Binary100000101001011100011011000101111010110110010001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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