#83379a

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

Shades of Vivid Violet #83379A

Tints of Vivid Violet #83379A

Color information

#83379A (or 0x83379A) is unknown color: approx Vivid Violet. HEX triplet: 83, 37 and 9A. RGB value is (131,55,154). Sum of RGB (Red+Green+Blue) = 131+55+154=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #83379A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83379A is #7CC865. Grayscale: #585858. Windows color (decimal): -8177766 or 10106755. OLE color: 10106755.

HSL color Cylindrical-coordinate representation of color #83379A: hue angle of 286.06º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83379A is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13155154-
CMYK0.150.6400.40
HSL286.06º47.37%40.98%-
HSV(B)286.06º64.29%60.39%-
XYZ16.569.8931.61-
YUV89.01164.68157.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 55 (21.88% from 255) = 16.18%
BLUE value IS 154 (60.55% from 255) = 45.29%
R=38.53%
G=16.18%
B=45.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131551540.150.6400.40286.0647.3740.98
Hex83379AF4002811e2f29
Octal20367232171000504365751
Binary1000001111011110011010111110000000101000100011110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83379a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83379a; }

 p { color: rgb(131,55,154); }

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

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

 a { background-color: rgb(131,55,154); }

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

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

 span { border-color: rgb(131,55,154); }

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