#824B95

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

Shades of Vivid Violet #824B95

Tints of Vivid Violet #824B95

Color information

#824B95 (or 0x824B95) is unknown color: approx Vivid Violet. HEX triplet: 82, 4B and 95. RGB value is (130,75,149). Sum of RGB (Red+Green+Blue) = 130+75+149=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #824B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824B95 is #7DB46A. Grayscale: #636363. Windows color (decimal): -8238187 or 9784194. OLE color: 9784194.

HSL color Cylindrical-coordinate representation of color #824B95: hue angle of 284.59º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824B95 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13075149-
CMYK0.130.5000.42
HSL284.59º33.04%43.92%-
HSV(B)284.59º49.66%58.43%-
XYZ17.1511.9529.84-
YUV99.88155.72149.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.72%
GREEN value IS 75 (29.69% from 255) = 21.19%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=36.72%
G=21.19%
B=42.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130751490.130.5000.42284.5933.0443.92
Hex824B95D3202A11d212c
Octal20211322515620524354154
Binary1000001010010111001010111011100100101010100011101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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