#83478C

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

Shades of Vivid Violet #83478C

Tints of Vivid Violet #83478C

Color information

#83478C (or 0x83478C) is unknown color: approx Vivid Violet. HEX triplet: 83, 47 and 8C. RGB value is (131,71,140). Sum of RGB (Red+Green+Blue) = 131+71+140=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #83478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83478C is #7CB873. Grayscale: #606060. Windows color (decimal): -8173684 or 9193347. OLE color: 9193347.

HSL color Cylindrical-coordinate representation of color #83478C: hue angle of 292.17º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83478C is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13171140-
CMYK0.060.4900.45
HSL292.17º32.7%41.37%-
HSV(B)292.17º49.29%54.9%-
XYZ16.3511.2326.12-
YUV96.81152.38152.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.30%
GREEN value IS 71 (28.12% from 255) = 20.76%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=38.30%
G=20.76%
B=40.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131711400.060.4900.45292.1732.741.37
Hex83478C63102D1242129
Octal2031072146610554444151
Binary100000111000111100011001101100010101101100100100100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83478C; }

 p { color: rgb(131,71,140); }

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

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

 a { background-color: rgb(131,71,140); }

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

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

 span { border-color: rgb(131,71,140); }

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