#824386

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

Shades of Vivid Violet #824386

Tints of Vivid Violet #824386

Color information

#824386 (or 0x824386) is unknown color: approx Vivid Violet. HEX triplet: 82, 43 and 86. RGB value is (130,67,134). Sum of RGB (Red+Green+Blue) = 130+67+134=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #824386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824386 is #7DBC79. Grayscale: #5D5D5D. Windows color (decimal): -8240250 or 8799106. OLE color: 8799106.

HSL color Cylindrical-coordinate representation of color #824386: hue angle of 296.42º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824386 is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13067134-
CMYK0.030.500.47
HSL296.42º33.33%39.41%-
HSV(B)296.42º50%52.55%-
XYZ15.5210.4823.76-
YUV93.48150.87154.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 67 (26.56% from 255) = 20.24%
BLUE value IS 134 (52.73% from 255) = 40.48%
R=39.27%
G=20.24%
B=40.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130671340.030.500.47296.4233.3339.41
Hex82438633202F1282127
Octal2021032063620574504147
Binary10000010100001110000110111100100101111100101000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824386; }

 p { color: rgb(130,67,134); }

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

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

 a { background-color: rgb(130,67,134); }

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

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

 span { border-color: rgb(130,67,134); }

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