#83329A

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

Shades of Vivid Violet #83329A

Tints of Vivid Violet #83329A

Color information

#83329A (or 0x83329A) is unknown color: approx Vivid Violet. HEX triplet: 83, 32 and 9A. RGB value is (131,50,154). Sum of RGB (Red+Green+Blue) = 131+50+154=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #83329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83329A is #7CCD65. Grayscale: #555555. Windows color (decimal): -8179046 or 10105475. OLE color: 10105475.

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

Color convert

RGB13150154-
CMYK0.150.6800.40
HSL286.73º50.98%40%-
HSV(B)286.73º67.53%60.39%-
XYZ16.339.4431.53-
YUV86.07166.34160.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 50 (19.92% from 255) = 14.93%
BLUE value IS 154 (60.55% from 255) = 45.97%
R=39.10%
G=14.93%
B=45.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131501540.150.6800.40286.7350.9840
Hex83329AF4402811f3328
Octal20362232171040504376350
Binary1000001111001010011010111110001000101000100011111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83329A; }

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

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

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

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

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

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

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

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