#823086

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

Shades of Vivid Violet #823086

Tints of Vivid Violet #823086

Color information

#823086 (or 0x823086) is unknown color: approx Vivid Violet. HEX triplet: 82, 30 and 86. RGB value is (130,48,134). Sum of RGB (Red+Green+Blue) = 130+48+134=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 134 - color contains mainly: blue. Hex color #823086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823086 is #7DCF79. Grayscale: #525252. Windows color (decimal): -8245114 or 8794242. OLE color: 8794242.

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

Color convert

RGB13048134-
CMYK0.030.6400.47
HSL297.21º47.25%35.69%-
HSV(B)297.21º64.18%52.55%-
XYZ14.578.5823.44-
YUV82.32157.17162.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 134 (52.73% from 255) = 42.95%
R=41.67%
G=15.38%
B=42.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130481340.030.6400.47297.2147.2535.69
Hex82308634002F1292f24
Octal2026020631000574515744
Binary10000010110000100001101110000000101111100101001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823086; }

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

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

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

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

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

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

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

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